You need to sign in or sign up before continuing.
config.mk 316 Bytes
Newer Older
1
# optimized out use/syslinux due to use/memtest
2
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
3
use/hdt: use/syslinux use/memtest
4
	@$(call add_feature)
5
	@$(call add,STAGE1_PACKAGES,pciids)
6
	@$(call add,STAGE1_PACKAGES,dosfstools)
7
	@$(call add,SYSLINUX_MODULES,hdt)
8
	@$(call add,GRUB_CFG,hdt_bios)
9 10 11
else
use/hdt: ; @:
endif