summaryrefslogtreecommitdiff
path: root/src/ec/acpi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/acpi/Makefile.inc')
-rw-r--r--src/ec/acpi/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/acpi/Makefile.inc b/src/ec/acpi/Makefile.inc
index 34fc307d5c..fae8fbf6b3 100644
--- a/src/ec/acpi/Makefile.inc
+++ b/src/ec/acpi/Makefile.inc
@@ -2,6 +2,6 @@ ifeq ($(CONFIG_EC_ACPI),y)
ramstage-y += ec.c
romstage-y += ec.c
-smm-$(CONFIG_HAVE_SMI_HANDLER) += ec.c
+smm-y += ec.c
endif