Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13426
-gerrit
commit 0d78a56555361e158fec0e8237eb05a3a88a0e2e Author: Martin Roth martinroth@google.com Date: Mon Jan 25 14:01:55 2016 -0700
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 --- payloads/coreinfo/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile index 6f7ce51..a3a02c2 100644 --- a/payloads/coreinfo/Makefile +++ b/payloads/coreinfo/Makefile @@ -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"