summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authoratinm <atin.malaviya@gmail.com>2011-05-17 11:12:26 -0400
committeratinm <atin.malaviya@gmail.com>2011-05-17 11:12:26 -0400
commit93a7e5951c8dfcdf609161875493ef6925f68ca7 (patch)
tree4f6a18bc3d66a41021e627412a54bb80567264c3 /shbootimg.mk
parent306e030c5772b1cd1d38a4801db2bc128021003a (diff)
downloaddevice_samsung_aries-common-93a7e5951c8dfcdf609161875493ef6925f68ca7.zip
device_samsung_aries-common-93a7e5951c8dfcdf609161875493ef6925f68ca7.tar.gz
device_samsung_aries-common-93a7e5951c8dfcdf609161875493ef6925f68ca7.tar.bz2
moved to device/samsung/aries-common
Diffstat (limited to 'shbootimg.mk')
-rw-r--r--shbootimg.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
new file mode 100644
index 0000000..16bb51f
--- /dev/null
+++ b/shbootimg.mk
@@ -0,0 +1,7 @@
+INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
+$(INSTALLED_BOOTIMAGE_TARGET): device/samsung/aries-common/mkshbootimg.py \
+ $(TARGET_RECOVERY_COMPRESSED_INITRAMFS) \
+ $(BUILT_COMPRESSED_INITRAMFS_TARGET) \
+ $(TARGET_PREBUILT_KERNEL)
+ $(call pretty,"Boot image: $@")
+ $(hide) ./device/samsung/aries-common/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(BUILT_COMPRESSED_INITRAMFS_TARGET) $(TARGET_RECOVERY_COMPRESSED_INITRAMFS)