kbuild: remove meaningless 'targets' in ./Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 10 Aug 2019 15:53:01 +0000 (00:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 14 Aug 2019 17:25:11 +0000 (02:25 +0900)
commitd082402e2174314e87131771d048925b2245b74c
treed1a0d8765f51ae5d99fa0e5060fc8a353e638f5a
parentd4945049ad668f7472df50aaea98c7fea262e6d4
kbuild: remove meaningless 'targets' in ./Kbuild

timeconst.h is generated by $(call filechk,...), missing-syscalls and
old-atomics are invoked by $(call cmd,...)

None of them needs to be added to 'targets'.

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