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 683013f..163780e 100644 --- a/core/Makefile +++ b/core/Makefile @@ -489,6 +489,8 @@ else INSTALLED_XLOADER_MODULE := $(PRODUCT_OUT)/x-load.bin endif +INSTALLED_UBOOT_MODULE := $(PRODUCT_OUT)/u-boot.bin + # ----------------------------------------------------------------- # the ramdisk INTERNAL_RAMDISK_FILES := $(filter $(TARGET_ROOT_OUT)/%, \ |