Commit 41ec8cdc authored by Michael Ellerman's avatar Michael Ellerman Committed by Shuah Khan

selftests/kcmp: Don't include kernel headers

The kcmp test mucks with the include path to bring in the kernel
headers, and x86 headers too for reasons that are not clear.

Now that kcmp.h is exported none of that should be necessary.
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Acked-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 3f4994cf
...@@ -8,11 +8,7 @@ ifeq ($(ARCH),x86_64) ...@@ -8,11 +8,7 @@ ifeq ($(ARCH),x86_64)
ARCH := x86 ARCH := x86
CFLAGS := -DCONFIG_X86_64 -D__x86_64__ CFLAGS := -DCONFIG_X86_64 -D__x86_64__
endif endif
CFLAGS += -I../../../../arch/x86/include/generated/
CFLAGS += -I../../../../include/
CFLAGS += -I../../../../usr/include/ CFLAGS += -I../../../../usr/include/
CFLAGS += -I../../../../arch/x86/include/
all: all:
ifeq ($(ARCH),x86) ifeq ($(ARCH),x86)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment