summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 :=