mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 15:26:43 +07: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>
10 lines
273 B
Makefile
10 lines
273 B
Makefile
TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
|
|
dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \
|
|
dscr_sysfs_thread_test
|
|
|
|
include ../../lib.mk
|
|
|
|
$(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|