mkimage-profiles/features.in/hdt/config.mk

10 lines
230 B
Makefile
Raw Normal View History

# optimized out use/syslinux due to use/memtest
2020-01-11 20:22:06 +03:00
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/hdt: use/memtest
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,pciids)
@$(call add,SYSLINUX_MODULES,hdt)
2020-01-11 20:22:06 +03:00
else
use/hdt: ; @:
endif