]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: splice: override clean in lib.mk to fix warnings
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 22:24:09 +0000 (16:24 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 27 Apr 2017 14:05:04 +0000 (08:05 -0600)
commitf885b61c43bf620513d2527e94c6f10c11804b91
tree756559466fde2a3b8e282613db9f42ba4cf8a133
parent715eafcd650d78193830b5576437fe052341386a
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>
tools/testing/selftests/splice/Makefile