X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=1d7d5f2a17838bea993330b9e4d199aa5fd1f064;hb=eadf26f1834666e6ad3ab8f17556d5939c88549e;hp=73a080c2fb92e82b7f14a9bddc137b33fd5850ac;hpb=a1588ac8228881f9fe65539fa8e31f0ee3556864;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index 73a080c2fb..1d7d5f2a17 100644 --- a/Makefile +++ b/Makefile @@ -1074,7 +1074,10 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE)) else ifneq ($(CONFIG_SPL_FIT_GENERATOR),"") U_BOOT_ITS := u-boot.its -$(U_BOOT_ITS): FORCE +ifeq ($(CONFIG_SPL_FIT_GENERATOR),"arch/arm/mach-rockchip/make_fit_atf.py") +U_BOOT_ITS_DEPS += u-boot +endif +$(U_BOOT_ITS): $(U_BOOT_ITS_DEPS) FORCE $(srctree)/$(CONFIG_SPL_FIT_GENERATOR) \ $(patsubst %,arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) > $@ endif