payloads/coreinfo: Add defaultbuild target
Add a single target to do the full coreinfo build using default Kconfig values for both coreinfo and libpayload. Change-Id: Id622fb2df480e826f6d868dbe01385d76587be26 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13426 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
b00ddecd99
commit
50943b15a3
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ else
|
|||
real-all: config
|
||||
endif
|
||||
|
||||
defaultbuild:
|
||||
$(MAKE) olddefconfig
|
||||
$(MAKE) all
|
||||
|
||||
ifneq ($(strip $(HAVE_LIBPAYLOAD)),)
|
||||
libpayload:
|
||||
printf "Found Libpayload $(LIBPAYLOAD_DIR).\n"
|
||||
|
|
Loading…
Reference in a new issue