summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-05-17 17:50:41 -0700
committerKoushik Dutta <koushd@gmail.com>2011-05-17 17:50:41 -0700
commit5633c07f601962688e0d4584803495f58ba16225 (patch)
tree69cb9b039070bd3b24c405e4ce9de3fd827740f8 /shbootimg.mk
parent3f632eec082047c215b447c9b548669c032b485c (diff)
downloaddevice_samsung_aries-common-5633c07f601962688e0d4584803495f58ba16225.zip
device_samsung_aries-common-5633c07f601962688e0d4584803495f58ba16225.tar.gz
device_samsung_aries-common-5633c07f601962688e0d4584803495f58ba16225.tar.bz2
fix paths for aries-common. make the recovery target copy the boot image.
Change-Id: I1dc243392374026e1bc4c8b3b15b4af20a574cc5
Diffstat (limited to 'shbootimg.mk')
-rw-r--r--shbootimg.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index 87d86b5..214f308 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -1,9 +1,8 @@
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
-$(INSTALLED_BOOTIMAGE_TARGET): device/samsung/aries-common/mkshbootimg.py \
- $(TARGET_PREBUILT_KERNEL)
- $(recovery_ramdisk) \
- $(INSTALLED_RAMDISK_TARGET) \
+$(INSTALLED_BOOTIMAGE_TARGET): $(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)
+ $(hide) ./device/samsung/aries-common/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)
+
+$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_BOOTIMAGE_TARGET)
+ $(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $@
-INSTALLED_RECOVERYIMAGE_TARGET :=