libpayload: Allow for KBUILD_DEFCONFIG override
In order to specify a defconfig to libpayload, one might want to declare KBUILD_DEFCONFIG in the make command line and run the defconfig target. Change-Id: I2ade6f4ff2f0b6478a0831158028ebc79b5daa81 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-on: http://review.coreboot.org/11112 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
c6a4aae8a3
commit
db0c0c4a60
|
@ -54,7 +54,7 @@ export CONFIG_ := CONFIG_LP_
|
|||
TOPLEVEL := .
|
||||
|
||||
CONFIG_LP_SHELL := sh
|
||||
KBUILD_DEFCONFIG := configs/defconfig
|
||||
KBUILD_DEFCONFIG ?= configs/defconfig
|
||||
UNAME_RELEASE := $(shell uname -r)
|
||||
DOTCONFIG ?= .config
|
||||
KCONFIG_CONFIG = $(DOTCONFIG)
|
||||
|
|
Loading…
Reference in New Issue