acpi_gic: Add helper for platform gicc
[coreboot2.git] / src / superio / ite / Makefile.mk
blobafbce8a52799604d593afda82aaad8bede357ea5
1 # SPDX-License-Identifier: GPL-2.0-only
3 ## include generic ite pre-ram stage driver
4 bootblock-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
5 romstage-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
7 bootblock-$(CONFIG_SUPERIO_ITE_COMMON_GPIO_PRE_RAM) += common/gpio.c
8 romstage-$(CONFIG_SUPERIO_ITE_COMMON_GPIO_PRE_RAM) += common/gpio.c
10 ## include generic ite environment controller driver
11 ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c
13 ## include generic ite driver to smm to control S3-relevant functions
14 smm-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
15 smm-$(CONFIG_SUPERIO_ITE_COMMON_GPIO_PRE_RAM) += common/gpio.c
17 subdirs-y += it8528e
18 subdirs-y += it8613e
19 subdirs-y += it8623e
20 subdirs-y += it8629e
21 subdirs-y += it8659e
22 subdirs-y += it8712f
23 subdirs-y += it8718f
24 subdirs-y += it8720f
25 subdirs-y += it8721f
26 subdirs-y += it8728f
27 subdirs-y += it8772f
28 subdirs-y += it8783ef
29 subdirs-y += it8784e
30 subdirs-y += it8786e