mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
allow easier reconfig
This commit is contained in:
parent
f51e1c419c
commit
670f76889b
@ -128,3 +128,12 @@ $(build)/$(BOARD)/modules.cpio: linux.intermediate
|
||||
$(build)/$(BOARD)/bzImage: linux.intermediate
|
||||
$(build)/$(BOARD)/bzImage: $(linux_board_dir)/arch/x86/boot/bzImage
|
||||
$(call do-copy,$<,$@)
|
||||
|
||||
|
||||
# menuconfig target allows us to easily reconfigure this Linux kernel
|
||||
linux.menuconfig:
|
||||
$(MAKE) \
|
||||
-C "$(build)/$(linux_dir)" \
|
||||
O="$(linux_board_dir)" \
|
||||
KCONFIG_CONFIG="$(pwd)/$(linux_kconfig)" \
|
||||
menuconfig \
|
||||
|
Loading…
x
Reference in New Issue
Block a user