summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-17 22:42:34 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-17 22:42:34 -0700
commit4f388a184d736fa6d9e9b4fe9be2523aefe2861d (patch)
treeba7998cdcca4149cc7d1e5290bf2a7927c9f0dcf /shbootimg.mk
parent5633c07f601962688e0d4584803495f58ba16225 (diff)
downloaddevice_samsung_aries-common-4f388a184d736fa6d9e9b4fe9be2523aefe2861d.zip
device_samsung_aries-common-4f388a184d736fa6d9e9b4fe9be2523aefe2861d.tar.gz
device_samsung_aries-common-4f388a184d736fa6d9e9b4fe9be2523aefe2861d.tar.bz2
boot image needs more dependencies to be properly flashable by the updater-script and the bml to mtd converstion process.
Change-Id: Id551ac2dab9a1fb61dd08bf9d41d2b0734abff83
Diffstat (limited to 'shbootimg.mk')
-rw-r--r--shbootimg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index 214f308..44bf27a 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -1,5 +1,5 @@
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
-$(INSTALLED_BOOTIMAGE_TARGET): $(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET)
+$(INSTALLED_BOOTIMAGE_TARGET): $(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET) $(PRODUCT_OUT)/utilities/flash_image $(PRODUCT_OUT)/utilities/busybox $(PRODUCT_OUT)/utilities/make_ext4fs $(PRODUCT_OUT)/utilities/erase_image
$(call pretty,"Boot image: $@")
$(hide) ./device/samsung/aries-common/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)