boot.mk 221 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
ifndef MKIMAGE_PROFILES
$(error this makefile is designed to be included in toplevel one)
endif

ifeq (distro,$(IMAGE_CLASS))
# install media bootloader
boot/isolinux: use/syslinux
	@$(call set,BOOTLOADER,isolinux)
endif