mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 06:42:31 +00:00
de0c6742ff
Add override with EXTRA_CLEAN for lib.mk clean to fix the following warnings from clean target run. Makefile:8: warning: overriding recipe for target 'clean' ../lib.mk:55: warning: ignoring old recipe for target 'clean' Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
8 lines
148 B
Makefile
8 lines
148 B
Makefile
TEST_PROGS := default_file_splice_read.sh
|
|
EXTRA := default_file_splice_read
|
|
all: $(TEST_PROGS) $(EXTRA)
|
|
|
|
include ../lib.mk
|
|
|
|
EXTRA_CLEAN := $(EXTRA)
|