summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Strachan <astrachan@google.com>2018-08-08 14:00:07 -0700
committerAlistair Strachan <astrachan@google.com>2018-08-08 14:03:12 -0700
commit4b2b8e15735a5ebb821ea3e97da16e1f2ddb6302 (patch)
tree76c338ed3b675c55eb5f195c2484d19ac1289cc8
parent6ea321267c7de83fcd891b73df6166de9bb53912 (diff)
downloadomap-omapzoom-android-beagle-x15-4.14.tar.gz
ANDROID: ARM: Stop building 'itbs' target by defaultandroid-beagle-x15-4.14
Partial revert of upstream commit b9da35f74ac49 ("ARM: dts: dt-overlays: Build FIT images with a separate base target"). Building the itbs requires U-Boot's mkimage, which may not be available. As the 'its' file is transformed separately by the Android build process, we do not need the kernel transformation. Test: local Bug: 110964307 Change-Id: Ica75329575a406b0f4256b3cb6a25bb0c544c302 Signed-off-by: Alistair Strachan <astrachan@google.com>
-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