]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
selftests: futex: override clean in lib.mk to fix warnings
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 22:12:22 +0000 (16:12 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 25 Apr 2017 15:47:21 +0000 (09:47 -0600)
commitb1c0f540c8e6944a8cae1bcbab60068fb7b40734
tree1c2c300060c8144b895811c8516cd34643107710
parentdf6438f9a726c8f803e03708c83928e439fd5e2f
selftests: futex: override clean in lib.mk to fix warnings

Add override for lib.mk clean to fix the following warnings from clean
target run.

Makefile:36: 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/futex/Makefile