blob: 3a5058c2792f883c472e38d9f864beaf1936edd6 [file] [log] [blame]
Joonwoo Parke586c2e2014-04-02 11:04:10 -07001#Makefile to generate appsboot.mbn
2
3ifeq ($(BOOTLOADER_OUT),.)
4APPSBOOTOUT_DIR := $(BUILDDIR)
5else
6APPSBOOTOUT_DIR := $(BOOTLOADER_OUT)/../..
7endif
8
anisha agarwald22816c2014-08-26 19:18:14 -07009ABOOTMBN := appsboot.mbn
Joonwoo Parke586c2e2014-04-02 11:04:10 -070010APPSBOOTHEADER: $(ABOOTMBN)
11
12$(ABOOTMBN): $(OUTELF_STRIP)
13 $(hide) cp -f $(OUTELF_STRIP) $(APPSBOOTOUT_DIR)/$(ABOOTMBN)