mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
remove superiotool from default build
This commit is contained in:
parent
ab460645a3
commit
4e8e88b323
2
Makefile
2
Makefile
@ -359,7 +359,7 @@ $(initrd_bin_dir)/busybox: $(build)/$(busybox_dir)/busybox
|
||||
COREBOOT_UTIL_DIR=$(build)/$(coreboot_dir)/util
|
||||
ifeq ($(CONFIG_COREBOOT),y)
|
||||
$(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/cbmem/cbmem))
|
||||
$(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/superiotool/superiotool))
|
||||
#$(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/superiotool/superiotool))
|
||||
#$(eval $(call initrd_bin_add,$(COREBOOT_UTIL_DIR)/inteltool/inteltool))
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user