]> git.baikalelectronics.ru Git - kernel.git/commit
tile: fix dependency and .*.cmd inclusion for incremental build
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Jun 2017 01:53:08 +0000 (10:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Jun 2017 23:59:55 +0000 (08:59 +0900)
commita2cff46ec8af66f7bee2b06db6346d702b482faf
tree2ae45a5a7c417b98d59dd0b394b4d8a78cffd701
parent7d9b7516928c6a5e88d1ea201b9bc7d061e7fb37
tile: fix dependency and .*.cmd inclusion for incremental build

Build targets using if_changed(_rule) must depend on FORCE so that
they are evaluated every time.

In order to include .*.cmd files correctly, build targets added to
"targets" must not be prefixed with $(obj)/ because it is done by
scripts/Makefile.lib .

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/tile/kernel/vdso/Makefile