aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/pae/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/pae/Makefile.inc')
-rw-r--r--src/cpu/x86/pae/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cpu/x86/pae/Makefile.inc b/src/cpu/x86/pae/Makefile.inc
index 060720c898..62176d20b8 100644
--- a/src/cpu/x86/pae/Makefile.inc
+++ b/src/cpu/x86/pae/Makefile.inc
@@ -1 +1,6 @@
-ramstage-$(CONFIG_CPU_AMD_MODEL_FXX) += pgtbl.c
+bootblock-y += pgtbl.c
+verstage-y += pgtbl.c
+romstage-y += pgtbl.c
+postcar-y += pgtbl.c
+ramstage-y += pgtbl.c
+smm-y += pgtbl.c