mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
5cc3027f00
Simplify the Makefile rules so that the test is automatically installed (and cleaned) by leveraging the TEST_GEN_PROGS_EXTENDED definition. Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
5 lines
113 B
Makefile
5 lines
113 B
Makefile
TEST_PROGS := default_file_splice_read.sh
|
|
TEST_GEN_PROGS_EXTENDED := default_file_splice_read
|
|
|
|
include ../lib.mk
|