selftests: x86: override clean in lib.mk to fix warnings
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 22:26:16 +0000 (16:26 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 27 Apr 2017 14:05:23 +0000 (08:05 -0600)
commiteebed11a3d6b013054b130665b48620a969062e9
tree17f04caeb9d22722026bbf4c42b59113f859a338
parent8ab02e0962bf91126797fefb9775dd1ffa54d29d
selftests: x86: 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:44: 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/x86/Makefile