blob: 8297318cc74766cff06605e7d64063994d820a51 [file] [log] [blame]
#Makefile to generate appsboot.mbn
ifeq ($(BOOTLOADER_OUT),.)
APPSBOOTOUT_DIR := $(BUILDDIR)
else
APPSBOOTOUT_DIR := $(BOOTLOADER_OUT)/../..
endif
ABOOTMBN := emmc_appsboot.mbn
APPSBOOTHEADER: $(ABOOTMBN)
$(ABOOTMBN): $(OUTELF_STRIP)
$(hide) cp -f $(OUTELF_STRIP) $(APPSBOOTOUT_DIR)/$(ABOOTMBN)