hdt: for i586 and x86_64 only

This commit is contained in:
Anton Midyukov 2020-01-12 00:22:06 +07:00
parent 774489dd6d
commit 9804e0b216

View File

@ -1,5 +1,9 @@
# optimized out use/syslinux due to use/memtest
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/hdt: use/memtest
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,pciids)
@$(call add,SYSLINUX_MODULES,hdt)
else
use/hdt: ; @:
endif