selftests/kcmp: Don't include kernel headers
[firefly-linux-kernel-4.4.55.git] / tools / testing / selftests / kcmp / Makefile
index 8aabd82db9e4a3028c6f8b594304e8896f427c77..4f00c0524501f74e3a04fff03133ea29ef6f6034 100644 (file)
@@ -8,11 +8,7 @@ ifeq ($(ARCH),x86_64)
        ARCH := x86
        CFLAGS := -DCONFIG_X86_64 -D__x86_64__
 endif
-
-CFLAGS += -I../../../../arch/x86/include/generated/
-CFLAGS += -I../../../../include/
 CFLAGS += -I../../../../usr/include/
-CFLAGS += -I../../../../arch/x86/include/
 
 all:
 ifeq ($(ARCH),x86)