drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git] / src / ec / clevo / it5570e / Makefile.mk
blob46d97d2dc67cab7d68af81aa089b66bc4a89ff85
1 # SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_EC_CLEVO_IT5570E),y)
5 bootblock-y += early_init.c
6 bootblock-y += i2ec.c
8 ramstage-y += ec.c
9 ramstage-y += commands.c
10 ramstage-y += smbios.c
11 ramstage-y += ssdt.c
13 smm-y += commands.c
14 smm-y += smihandler.c
16 endif