diff options
author | Martin Roth <martinroth@google.com> | 2016-01-25 14:01:55 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-02 03:24:21 +0100 |
commit | 50943b15a35020b5f411e380c413abe337ab2b69 (patch) | |
tree | 5889a2343392d82e7b4c0e5ace923d2704ef894c /payloads/coreinfo | |
parent | b00ddecd993c4d327628a7327015cb90d80d1dbb (diff) |
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>
Diffstat (limited to 'payloads/coreinfo')
-rw-r--r-- | payloads/coreinfo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile index 6f7ce51fec..a3a02c254c 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" |