summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-18 17:05:36 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-18 17:05:36 -0700
commitf8c93a3dc76c18ed91d199da70e2ff35f121e61a (patch)
treede004950bfcc1e7fb91609dd7b18e7d0dbe2457f /shbootimg.mk
parent01fdb693d05455b6c2d47fe6719ac217fe7239f6 (diff)
downloaddevice_samsung_aries-common-f8c93a3dc76c18ed91d199da70e2ff35f121e61a.zip
device_samsung_aries-common-f8c93a3dc76c18ed91d199da70e2ff35f121e61a.tar.gz
device_samsung_aries-common-f8c93a3dc76c18ed91d199da70e2ff35f121e61a.tar.bz2
make sure modem.bin is a dependency of the bootimage.
Change-Id: I7c47bce9692afb466590e9cef379f8c5e03d5fdb
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 1450e2c..5412568 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -1,7 +1,7 @@
LOCAL_PATH := $(call my-dir)
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
-$(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
+$(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 $(PRODUCT_OUT)/modem.bin
$(call pretty,"Boot image: $@")
$(hide) ./device/samsung/aries-common/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)