mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 21:45:01 +08:00
a8ba798bc8
Enable O and KBUILD_OUTPUT for kselftest. User could compile kselftest to another directory by passing O or KBUILD_OUTPUT. And O is high priority than KBUILD_OUTPUT. Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
9 lines
127 B
Makefile
9 lines
127 B
Makefile
CFLAGS += -I../../../../usr/include/
|
|
|
|
TEST_GEN_PROGS := kcmp_test
|
|
|
|
EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
|
|
|
|
include ../lib.mk
|
|
|