xref: /aosp_15_r20/external/coreboot/src/ec/clevo/it5570e/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3ifeq ($(CONFIG_EC_CLEVO_IT5570E),y)
4
5bootblock-y += early_init.c
6bootblock-y += i2ec.c
7
8ramstage-y += ec.c
9ramstage-y += commands.c
10ramstage-y += smbios.c
11ramstage-y += ssdt.c
12
13smm-y += commands.c
14smm-y += smihandler.c
15
16endif
17