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)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:01:55 +0000 (15:01 -0400)
commitba84de9f13a150414e079c89566790e1c0c433df
tree12ac9e903c68c5bc38cffbd9dccc8644002def78
parent98bd0e0d9b0c85b266689cecd93a354db2c49932
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