Anton Midyukov 17037081ce set GLOBAL_HSH_PROC=1 in lib/profile.mk
glibc can be compiled such that mki-fake-dev requires /proc to works.
This on loongarch64.
2023-07-24 09:59:42 +07:00

12 lines
316 B
Makefile

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