mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-03 02:00:35 -05:00
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
|