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)
commitde0c6742ffd89b48970fefc8ccf9f5ac43ba17c6
tree756559466fde2a3b8e282613db9f42ba4cf8a133
parent51c6bd7cbe0366b642d8ac90d98739c39ab091a9
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