aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/cxl/test/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/cxl/test/Kbuild')
-rw-r--r--tools/testing/cxl/test/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/cxl/test/Kbuild b/tools/testing/cxl/test/Kbuild
index 61d5f7bcddf9..6b1927897856 100644
--- a/tools/testing/cxl/test/Kbuild
+++ b/tools/testing/cxl/test/Kbuild
@@ -8,3 +8,5 @@ obj-m += cxl_mock_mem.o
cxl_test-y := cxl.o
cxl_mock-y := mock.o
cxl_mock_mem-y := mem.o
+
+KBUILD_CFLAGS := $(filter-out -Wmissing-prototypes -Wmissing-declarations, $(KBUILD_CFLAGS))