]> git.ipfire.org Git - thirdparty/u-boot.git/commit
scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 3 Sep 2017 06:17:46 +0000 (08:17 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:56 +0000 (23:53 +0200)
commitd6507e6fd9e0a6f1a8dd28c18cd320c1f861269e
treef3f791733b8a772a30404f8d65fb5f6e36a1855f
parenta148920e12cb9aa09589634966737c0fe88de2cc
scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:

The target
$(obj)/helloworld.so:
exists twice in Makefile.lib.

If you add an echo command to each of the two recipes you get
warnings like:

scripts/Makefile.lib:383: warning:
overriding recipe for target 'drivers/power/battery/helloworld.so'
scripts/Makefile.lib:379: warning:
ignoring old recipe for target 'drivers/power/battery/helloworld.so'

This patch removes the obsolete target.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
scripts/Makefile.lib