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:
Paul Kocialkowski 2015-08-03 14:05:33 +02:00 committed by Stefan Reinauer
parent c6a4aae8a3
commit db0c0c4a60
1 changed files with 1 additions and 1 deletions

View File

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