diff options
Diffstat (limited to 'src/superio/ite/it8772f/Makefile.mk')
-rw-r--r-- | src/superio/ite/it8772f/Makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/superio/ite/it8772f/Makefile.mk b/src/superio/ite/it8772f/Makefile.mk new file mode 100644 index 0000000000..a96a8627b1 --- /dev/null +++ b/src/superio/ite/it8772f/Makefile.mk @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +bootblock-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c +romstage-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c +ramstage-$(CONFIG_SUPERIO_ITE_IT8772F) += superio.c +smm-$(CONFIG_SUPERIO_ITE_IT8772F) += early_init.c |