Skip to content

Commit

Permalink
cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time
Browse files Browse the repository at this point in the history
Since cpu/x86/Makefile.inc already adds the pae sub-directory, there is
no need to include it in the Makefile of a CPU or SoC, so remove it from
those Makefiles.

Signed-off-by: Felix Held <[email protected]>
Change-Id: I78368f7eb880fb64f511a2fa8c8acde222d0dca3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58546
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Angel Pons <[email protected]>
  • Loading branch information
Felix Held authored and felixheld committed Oct 25, 2021
1 parent 2d4986c commit f77d78d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/cpu/amd/agesa/family14/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ ramstage-y += model_14_init.c
subdirs-y += ../../mtrr
subdirs-y += ../../../x86/lapic
subdirs-y += ../../../x86/cache
subdirs-y += ../../../x86/pae
1 change: 0 additions & 1 deletion src/cpu/amd/agesa/family15tn/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ subdirs-y += ../../mtrr
subdirs-y += ../../smm
subdirs-y += ../../../x86/lapic
subdirs-y += ../../../x86/cache
subdirs-y += ../../../x86/pae
1 change: 0 additions & 1 deletion src/cpu/amd/agesa/family16kb/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ ramstage-y += model_16_init.c
subdirs-y += ../../mtrr
subdirs-y += ../../../x86/lapic
subdirs-y += ../../../x86/cache
subdirs-y += ../../../x86/pae
1 change: 0 additions & 1 deletion src/cpu/amd/pi/00730F01/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ramstage-y += update_microcode.c
subdirs-y += ../../mtrr
subdirs-y += ../../../x86/lapic
subdirs-y += ../../../x86/cache
subdirs-y += ../../../x86/pae
1 change: 0 additions & 1 deletion src/soc/amd/picasso/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ifeq ($(CONFIG_SOC_AMD_PICASSO),y)

subdirs-y += ../../../cpu/x86/lapic
subdirs-y += ../../../cpu/x86/cache
subdirs-y += ../../../cpu/x86/pae
subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += psp_verstage
subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../common/psp_verstage

Expand Down
1 change: 0 additions & 1 deletion src/soc/amd/stoneyridge/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ifeq ($(CONFIG_SOC_AMD_STONEYRIDGE),y)
subdirs-y += ../../../cpu/amd/mtrr/
subdirs-y += ../../../cpu/x86/lapic
subdirs-y += ../../../cpu/x86/cache
subdirs-y += ../../../cpu/x86/pae

bootblock-y += uart.c
bootblock-y += BiosCallOuts.c
Expand Down

0 comments on commit f77d78d

Please sign in to comment.