mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <swarren@nvidia.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
3a29afcbbf
commit
2737dfe096
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ endif
|
|||
echo >&2; \
|
||||
/bin/false)
|
||||
|
||||
PHONY += arch-dtbs
|
||||
arch-dtbs:
|
||||
$(Q)$(MAKE) $(build)=$(ARCH_PATH) dtbs
|
||||
|
||||
|
|
Loading…
Reference in a new issue