提交 41ec8cdc 编写于 作者: M Michael Ellerman 提交者: 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: NMichael Ellerman <mpe@ellerman.id.au>
Acked-by: NCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 3f4994cf
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册