]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: do not add $((generic-)offsets-file) to targets
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 4 Jul 2015 16:56:56 +0000 (01:56 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:09 +0000 (13:49 +0200)
commit0ee45d7e5efb061c21ae3ad8692c32bea77c5b02
tree5e3370c220ce609b050b0d95ed18bad2cb271176
parent23ac327d80b3f9cb52a92a490c472d9a79f267e4
kbuild: do not add $((generic-)offsets-file) to targets

$(always) is added to targets by scripts/Makefile.build.
Moreover, filechk does not need .*.cmd files.

Adding these two files to targets is redundant.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Kbuild