diff options
-rw-r--r-- | tools/testing/selftests/kcmp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/kcmp/Makefile b/tools/testing/selftests/kcmp/Makefile index 8aabd82db9e4..4f00c0524501 100644 --- a/tools/testing/selftests/kcmp/Makefile +++ b/tools/testing/selftests/kcmp/Makefile | |||
@@ -8,11 +8,7 @@ ifeq ($(ARCH),x86_64) | |||
8 | ARCH := x86 | 8 | ARCH := x86 |
9 | CFLAGS := -DCONFIG_X86_64 -D__x86_64__ | 9 | CFLAGS := -DCONFIG_X86_64 -D__x86_64__ |
10 | endif | 10 | endif |
11 | |||
12 | CFLAGS += -I../../../../arch/x86/include/generated/ | ||
13 | CFLAGS += -I../../../../include/ | ||
14 | CFLAGS += -I../../../../usr/include/ | 11 | CFLAGS += -I../../../../usr/include/ |
15 | CFLAGS += -I../../../../arch/x86/include/ | ||
16 | 12 | ||
17 | all: | 13 | all: |
18 | ifeq ($(ARCH),x86) | 14 | ifeq ($(ARCH),x86) |