mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Refactor config directory content as to add extension capabilities for
inserting init script within generated ramfs. Each init script are board file dependant (think kernel drivers auto insertion)
This commit is contained in:
parent
9c9b5bcd2b
commit
d6743abcc4
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ INSTALL := $(pwd)/install
|
||||
log_dir := $(build)/log
|
||||
|
||||
BOARD ?= qemu-coreboot
|
||||
CONFIG := $(pwd)/boards/$(BOARD).config
|
||||
CONFIG := $(pwd)/boards/$(BOARD)/$(BOARD).config
|
||||
|
||||
ifneq "y" "$(shell [ -r '$(CONFIG)' ] && echo y)"
|
||||
$(error $(CONFIG): board configuration does not exist)
|
||||
|
Loading…
Reference in New Issue
Block a user