AMD AGESA boards: Prevent passing duplicate obj names to ar
For some of the boards using AMD processors, the Agesa Makefile.inc is processed twice, causing the list of obj files passed to the ar command to be added twice. This does not break the build, but does make the ar command line unnecessarily long. Change-Id: I02a7e6fc617e337ca2e2dceeff3d4db9995bfe16 Signed-off-by: Scott Duplichan <scott@notabs.org> Reviewed-on: http://review.coreboot.org/7787 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
f454ac82e6
commit
6532676f93
|
@ -32,5 +32,3 @@ CIMX_PREFIX ?= $(src)/vendorcode/amd/cimx
|
||||||
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
||||||
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
||||||
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
||||||
|
|
||||||
subdirs-y += ../../../../$(AGESA_ROOT)
|
|
||||||
|
|
|
@ -32,5 +32,3 @@ CIMX_PREFIX ?= $(src)/vendorcode/amd/cimx
|
||||||
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
||||||
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
||||||
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
||||||
|
|
||||||
subdirs-y += ../../../../$(AGESA_ROOT)
|
|
||||||
|
|
|
@ -32,5 +32,3 @@ CIMX_PREFIX ?= $(src)/vendorcode/amd/cimx
|
||||||
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
AGESA_ROOT ?= $(AGESA_PREFIX)/f15
|
||||||
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
|
||||||
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
|
||||||
|
|
||||||
subdirs-y += ../../../../$(AGESA_ROOT)
|
|
||||||
|
|
Loading…
Reference in New Issue