M7350/bootable/bootloader/lk/target/msm8909/tools/makefile

13 lines
289 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
#Makefile to generate appsboot.mbn
ifeq ($(BOOTLOADER_OUT),.)
APPSBOOTOUT_DIR := $(BUILDDIR)
else
APPSBOOTOUT_DIR := $(BOOTLOADER_OUT)/../..
endif
APPSBOOTHEADER: emmc_appsboot.mbn
emmc_appsboot.mbn: $(OUTELF_STRIP)
$(hide) cp -f $(OUTELF_STRIP) $(APPSBOOTOUT_DIR)/emmc_appsboot.mbn