summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2011-12-01 17:49:43 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2011-12-02 08:59:26 +0100
commit2a830d0b9807566a5f2c4401cd9fd285661034f1 (patch)
treeb9d14fbb849d8191da333f166db3cf7534da43d8 /Makefile.inc
parent2c1f4d2d836bfb5728c692e08bda172a1639ec81 (diff)
downloadcoreboot-2a830d0b9807566a5f2c4401cd9fd285661034f1.tar.xz
Change AMD vendorcode build
Apply the normal method of recursively including subdirectories for src/vendorcode. Remove redundant references under mainboard and northbridge. Change-Id: I914a6e262ed2abe83f407df36fe5c1af5eb4bcb0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/468 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh <shekairui@gmail.com> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 4c87bd2716..e12cc92392 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -38,7 +38,8 @@ PHONY+= clean-abuild coreboot
#######################################################################
# root source directories of coreboot
-subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge src/northbridge src/superio src/drivers src/cpu
+subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge
+subdirs-y += src/northbridge src/superio src/drivers src/cpu src/vendorcode
subdirs-y += util/cbfstool util/sconfig
subdirs-y += src/arch/$(ARCHDIR-y)
subdirs-y += src/mainboard/$(MAINBOARDDIR)