diff options
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index eef8862..0d993da 100644 --- a/core/Makefile +++ b/core/Makefile @@ -376,6 +376,8 @@ ALL_DEFAULT_INSTALLED_MODULES += $(event_log_tags_file) # the bootloader INSTALLED_BOOTLOADERIMAGE_TARGET := $(PRODUCT_OUT)/bootloader.img +INSTALLED_UBOOT_MODULE := $(PRODUCT_OUT)/u-boot.bin + # ----------------------------------------------------------------- # the ramdisk INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \ |