summaryrefslogtreecommitdiffstats
path: root/src/ec/clevo/it5570e/Makefile.mk
blob: 46d97d2dc67cab7d68af81aa089b66bc4a89ff85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_EC_CLEVO_IT5570E),y)

bootblock-y += early_init.c
bootblock-y += i2ec.c

ramstage-y += ec.c
ramstage-y += commands.c
ramstage-y += smbios.c
ramstage-y += ssdt.c

smm-y += commands.c
smm-y += smihandler.c

endif