diff options
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 163780e..0f67080 100644 --- a/core/Makefile +++ b/core/Makefile @@ -492,6 +492,10 @@ endif INSTALLED_UBOOT_MODULE := $(PRODUCT_OUT)/u-boot.bin # ----------------------------------------------------------------- +# the bootloader +INSTALLED_BOOTLOADERIMAGE_TARGET := $(PRODUCT_OUT)/bootloader.img + +# ----------------------------------------------------------------- # the ramdisk INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \ $(ALL_PREBUILT) \ |