Commit 3936529d authored by Anton Midyukov's avatar Anton Midyukov

stage1: Continue building when BOOTLOADER is not set and IMAGE_PACKTYPE=isodata

The mki-pack-isodata does not install the bootloader.
parent afde4945
......@@ -8,10 +8,12 @@ include $(GLOBAL_BUILDDIR)/distcfg.mk
include $(GLOBAL_BUILDDIR)/functions.mk
include $(MKIMAGE_PREFIX)/config.mk
ifneq (isodata,$(IMAGE_PACKTYPE))
ifeq (,$(BOOTLOADER))
$(error BOOTLOADER not defined)
endif
GLOBAL_BOOTLOADER := $(BOOTLOADER)
endif
MKI_PACK_RESULTS = data
COPY_TREE = ./files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment