diff options
Diffstat (limited to 'src/ec/quanta/it8518/Makefile.mk')
-rw-r--r-- | src/ec/quanta/it8518/Makefile.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ec/quanta/it8518/Makefile.mk b/src/ec/quanta/it8518/Makefile.mk new file mode 100644 index 0000000000..b05db0687a --- /dev/null +++ b/src/ec/quanta/it8518/Makefile.mk @@ -0,0 +1,9 @@ +## SPDX-License-Identifier: GPL-2.0-only +ifeq ($(CONFIG_EC_QUANTA_IT8518),y) + +romstage-y += ec.c +ramstage-y += ec.c +smm-y += ec.c +smm-y += ../../../lib/delay.c + +endif |