summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2011-05-17 17:59:51 -0400
committerAndrew Mahone <andrew.mahone@gmail.com>2011-05-17 17:59:51 -0400
commitbda6cbff1d31bfbe501fbb8604792324167fcc7c (patch)
tree700b797899ba80615d7f05f03ee08b93f623e87b /shbootimg.mk
parent54fb4481116d4f5a00ed66087c367e7aa459b74d (diff)
downloaddevice_samsung_aries-common-bda6cbff1d31bfbe501fbb8604792324167fcc7c.zip
device_samsung_aries-common-bda6cbff1d31bfbe501fbb8604792324167fcc7c.tar.gz
device_samsung_aries-common-bda6cbff1d31bfbe501fbb8604792324167fcc7c.tar.bz2
Fix for upstream version of BOARD_CUSTOM_BOOTIMG_MK.
Change-Id: I11fc6896c4faec5c19cda372f850ebdfe22c1ded
Diffstat (limited to 'shbootimg.mk')
-rw-r--r--shbootimg.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index 38d3725..87d86b5 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -1,9 +1,9 @@
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
-$(INSTALLED_BOOTIMAGE_TARGET): device/samsung/common/aries/mkshbootimg.py \
-$(recovery_ramdisk) \
-$(INSTALLED_RAMDISK_TARGET) \
-$(TARGET_PREBUILT_KERNEL)
-$(call pretty,"Boot image: $@")
-$(hide) ./device/samsung/common/aries/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)
+$(INSTALLED_BOOTIMAGE_TARGET): device/samsung/aries-common/mkshbootimg.py \
+ $(TARGET_PREBUILT_KERNEL)
+ $(recovery_ramdisk) \
+ $(INSTALLED_RAMDISK_TARGET) \
+ $(call pretty,"Boot image: $@")
+ $(hide) ./device/samsung/common/aries/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)
-INSTALLED_RECOVERYIMAGE_TARGET :=
+INSTALLED_RECOVERYIMAGE_TARGET :=