10 lines
221 B
Makefile
10 lines
221 B
Makefile
|
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
|