summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-30 17:09:17 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-07 22:50:15 +0200
commit0fa5d8f219a016d58e4592c268730d0f45a2835b (patch)
treebe8bf77e46e3680b6475bad8c5bde2960b79bfe4 /Makefile.inc
parent1a8b7bfe506c39ee595eef84f19d8c75245e27de (diff)
downloadcoreboot-0fa5d8f219a016d58e4592c268730d0f45a2835b.tar.gz
coreboot-0fa5d8f219a016d58e4592c268730d0f45a2835b.tar.bz2
coreboot-0fa5d8f219a016d58e4592c268730d0f45a2835b.zip
payloads: Reorganize Makefile.incs for external payloads
This is not going as far as I would like it to go, but some of the external payloads have to be fixed up first. Long term, I would like to directly add payloads/external/* to subdirs-y and remove one layer of indirection from the build process. For now, moving the payload Makefile targets into payloads/ is already a small improvement. Change-Id: Ie4eb492eb804e0aaaf1a4d90af2f876f27a32a75 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10829 Reviewed-by: Martin Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index a6a84313bc22..dbd5229259f7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -59,6 +59,7 @@ subdirs-y += src/superio $(wildcard src/drivers/*) src/cpu src/vendorcode
subdirs-y += util/cbfstool util/sconfig util/nvramtool util/broadcom
subdirs-y += $(wildcard src/arch/*)
subdirs-y += src/mainboard/$(MAINBOARDDIR)
+subdirs-y += payloads/external
subdirs-y += site-local