mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +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>
8 lines
103 B
Makefile
8 lines
103 B
Makefile
all:
|
|
|
|
TEST_PROGS := ftracetest
|
|
TEST_FILES := test.d
|
|
EXTRA_CLEAN := $(OUTPUT)/logs/*
|
|
|
|
include ../lib.mk
|