77e27a7bb0
Change-Id: I080f5b67c6e555fcc025ec11a1d15dddfe3a546d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44317 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
20 lines
576 B
Makefile
20 lines
576 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
## include generic ite pre-ram stage driver
|
|
bootblock-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
|
romstage-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
|
|
|
## include generic ite environment controller driver
|
|
ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c
|
|
|
|
subdirs-y += it8528e
|
|
subdirs-y += it8613e
|
|
subdirs-y += it8623e
|
|
subdirs-y += it8712f
|
|
subdirs-y += it8718f
|
|
subdirs-y += it8720f
|
|
subdirs-y += it8721f
|
|
subdirs-y += it8728f
|
|
subdirs-y += it8772f
|
|
subdirs-y += it8783ef
|
|
subdirs-y += it8786e
|