aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/splice
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-04-21 16:24:09 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2017-04-27 08:05:04 -0600
commitde0c6742ffd89b48970fefc8ccf9f5ac43ba17c6 (patch)
tree756559466fde2a3b8e282613db9f42ba4cf8a133 /tools/testing/selftests/splice
parentselftests: gpio: fix clean target to remove all generated files and dirs (diff)
downloadlinux-dev-de0c6742ffd89b48970fefc8ccf9f5ac43ba17c6.tar.xz
linux-dev-de0c6742ffd89b48970fefc8ccf9f5ac43ba17c6.zip
selftests: splice: override clean in lib.mk to fix warnings
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>
Diffstat (limited to 'tools/testing/selftests/splice')
-rw-r--r--tools/testing/selftests/splice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/splice/Makefile b/tools/testing/selftests/splice/Makefile
index 559512c2075e..9fc78e5e5451 100644
--- a/tools/testing/selftests/splice/Makefile
+++ b/tools/testing/selftests/splice/Makefile
@@ -4,5 +4,4 @@ all: $(TEST_PROGS) $(EXTRA)
include ../lib.mk
-clean:
- rm -fr $(EXTRA)
+EXTRA_CLEAN := $(EXTRA)