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:
Jean-Marie Verdun 2018-03-12 10:26:23 +01:00
parent 9c9b5bcd2b
commit d6743abcc4
11 changed files with 1 additions and 1 deletions

View File

@ -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)