aboutsummaryrefslogtreecommitdiff
path: root/src/ec/quanta/it8518/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/quanta/it8518/Makefile.inc')
-rw-r--r--src/ec/quanta/it8518/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ec/quanta/it8518/Makefile.inc b/src/ec/quanta/it8518/Makefile.inc
index ccceb6f838..daf75ef1f9 100644
--- a/src/ec/quanta/it8518/Makefile.inc
+++ b/src/ec/quanta/it8518/Makefile.inc
@@ -1,4 +1,8 @@
+ifeq ($(CONFIG_EC_QUANTA_IT8518),y)
+
romstage-y += ec.c
ramstage-y += ec.c
smm-y += ec.c
smm-y += ../../../lib/delay.c
+
+endif