]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Kbuild
kbuild: do not add $(bounds-file) and $(offsets-file) to targets
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 26 Mar 2015 11:59:52 +0000 (20:59 +0900)
committerMichal Marek <mmarek@suse.cz>
Thu, 2 Apr 2015 14:33:27 +0000 (16:33 +0200)
commit8a58e1628ce4416490fb00e958b867fb5b9b1f90
tree41c4352090c74cc2439128605486cc8f4e19d975
parent4218affdf57f938c04e3a916a9685ee27079f377
kbuild: do not add $(bounds-file) and $(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>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Kbuild