mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-13 15:56:37 +00:00
Unfortunately the helper doesn't deal well with board inclusion: sed call is imperfect, and board config needs to be manually edited. TODO: fix the helper when it will be the time to move back to tested/untested Signed-off-by: Thierry Laurion <insurgo@riseup.net>
8 lines
265 B
Makefile
8 lines
265 B
Makefile
# Inherit the rest from the base Z220 CMT config.
|
|
include $(pwd)/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config
|
|
|
|
CONFIG_HOTPKEY=y
|
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
|
|
|
export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)"
|