blob: da48f0dff2479db5e8f8e812debcc4bf376fe850 [file] [log] [blame]
Aparna Mallavarapu01fc00a2015-06-01 20:37:05 +05301#Makefile to generate appsboot.mbn
2
3ifeq ($(BOOTLOADER_OUT),.)
4APPSBOOTOUT_DIR := $(BUILDDIR)
5else
6APPSBOOTOUT_DIR := $(BOOTLOADER_OUT)/../..
7endif
8
9APPSBOOTHEADER: emmc_appsboot.mbn
10
11emmc_appsboot.mbn: $(OUTELF_STRIP)
12 $(hide) cp -f $(OUTELF_STRIP) $(APPSBOOTOUT_DIR)/emmc_appsboot.mbn