aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/common/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/common/Makefile.mk')
-rw-r--r--src/ec/google/common/Makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ec/google/common/Makefile.mk b/src/ec/google/common/Makefile.mk
new file mode 100644
index 0000000000..e1e5dfcf22
--- /dev/null
+++ b/src/ec/google/common/Makefile.mk
@@ -0,0 +1,6 @@
+## SPDX-License-Identifier: GPL-2.0-only
+bootblock-$(CONFIG_EC_GOOGLE_COMMON_MEC) += mec.c
+verstage-$(CONFIG_EC_GOOGLE_COMMON_MEC) += mec.c
+romstage-$(CONFIG_EC_GOOGLE_COMMON_MEC) += mec.c
+ramstage-$(CONFIG_EC_GOOGLE_COMMON_MEC) += mec.c
+smm-$(CONFIG_EC_GOOGLE_COMMON_MEC) += mec.c