aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/fsp_model_206ax/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/fsp_model_206ax/Makefile.inc')
-rw-r--r--src/cpu/intel/fsp_model_206ax/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/intel/fsp_model_206ax/Makefile.inc b/src/cpu/intel/fsp_model_206ax/Makefile.inc
index 4e0f95632a..83039bc3a3 100644
--- a/src/cpu/intel/fsp_model_206ax/Makefile.inc
+++ b/src/cpu/intel/fsp_model_206ax/Makefile.inc
@@ -1,5 +1,6 @@
ramstage-y += model_206ax_init.c
subdirs-y += ../../x86/name
+subdirs-y += ../smm/gen1
ramstage-y += acpi.c
@@ -13,5 +14,3 @@ ifneq ($(wildcard $(shell readlink -f "$(top)/$(CONFIG_MICROCODE_INCLUDE_PATH)")
CPPFLAGS_common += -I$(CONFIG_MICROCODE_INCLUDE_PATH)
endif
endif
-
-ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.c