soc/amd/picasso: drop unused cpu/amd/mtrr from Makefile
TEST=Timeless build of mb/amd/mandolin results in identical image. Change-Id: Ib1337f64ea7057cf04ca92bdef66e35cc350625d Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48365 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
c8272783db
commit
36d1e01b21
|
@ -2,7 +2,6 @@
|
|||
|
||||
ifeq ($(CONFIG_SOC_AMD_PICASSO),y)
|
||||
|
||||
subdirs-y += ../../../cpu/amd/mtrr/
|
||||
subdirs-y += ../../../cpu/x86/lapic
|
||||
subdirs-y += ../../../cpu/x86/cache
|
||||
subdirs-y += ../../../cpu/x86/mtrr
|
||||
|
|
Loading…
Reference in New Issue