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>
This commit is contained in:
committed by
Patrick Georgi
parent
2c1f4d2d83
commit
2a830d0b98
@@ -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)
|
||||
|
Reference in New Issue
Block a user