summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index a588b817e65b..927619404219 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -311,7 +311,7 @@ endif
# Build the DT binary blobs if we have OF configured
ifeq ($(CONFIG_USE_OF),y)
-KBUILD_DTBS := dtbs itbs
+KBUILD_DTBS := dtbs
endif
all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
@@ -351,7 +351,7 @@ $(INSTALL_TARGETS):
PHONY += dtbs dtbs_install itbs_install
-dtbs: prepare scripts
+dtbs: prepare scripts zImage
$(Q)$(MAKE) $(build)=$(boot)/dts
itbs: prepare scripts zImage