summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorDavid Marble <drmarble1@gmail.com>2015-11-19 09:33:04 -0600
committerSteve Kondik <shade@chemlab.org>2015-11-20 14:37:44 -0800
commit3f39d419f474bfbc2286b23e092709fcd44f076b (patch)
tree93369d3a12e398b4d91416f3f64e0bf8adac2086 /core/Makefile
parenteaba041647641fb368ebdec720031b37a43388bb (diff)
downloadbuild-3f39d419f474bfbc2286b23e092709fcd44f076b.zip
build-3f39d419f474bfbc2286b23e092709fcd44f076b.tar.gz
build-3f39d419f474bfbc2286b23e092709fcd44f076b.tar.bz2
core: copy installed ramdisk and bootloader to BOOT/
Change-Id: I2cf5ea0dff5449f946d1badcc9363fa75f988555
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 61ab5bb..ddc4f22 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1693,6 +1693,12 @@ endif
ifdef INSTALLED_KERNEL_TARGET
$(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) $(zip_root)/BOOT/kernel
endif
+ifdef INSTALLED_RAMDISK_TARGET
+ $(hide) $(ACP) $(INSTALLED_RAMDISK_TARGET) $(zip_root)/BOOT/ramdisk.img
+endif
+ifdef INSTALLED_BOOTLOADER_MODULE
+ $(hide) $(ACP) $(INSTALLED_BOOTLOADER_MODULE) $(zip_root)/BOOT/bootloader
+endif
ifdef INSTALLED_2NDBOOTLOADER_TARGET
$(hide) $(ACP) \
$(INSTALLED_2NDBOOTLOADER_TARGET) $(zip_root)/BOOT/second