]> Git Repo - J-u-boot.git/commit
kbuild: make arch-dtbs target PHONY
authorStephen Warren <[email protected]>
Tue, 26 Feb 2019 19:20:25 +0000 (12:20 -0700)
committerTom Rini <[email protected]>
Thu, 28 Feb 2019 19:21:46 +0000 (14:21 -0500)
commit2737dfe096b6c34654734a5a4dc5f4b4962c5617
tree292252ebe2b38e6093fe3040628eb0219361d3c1
parent3a29afcbbfd8eb6d58f06b1717807c036971ca58
kbuild: make arch-dtbs target PHONY

Without this, the arch-dtbs target only gets evaluated when building
U-Boot the first time, not when re-building (incrementally building)
U-Boot. Thus incremental builds ignore changes to DTB files.

Signed-off-by: Stephen Warren <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
dts/Makefile
This page took 0.033702 seconds and 4 git commands to generate.