]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit44ea9948e93556a501c6de50b0a77042a0ba077f
tree2ae45a5a7c417b98d59dd0b394b4d8a78cffd701
parent9289ea7f952b14ef2627edc49f9508234952a85e
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