From a0bf2d6cf5135214a3d96cc980b7255b0eb2c9c4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 24 May 2020 21:24:38 +0200 Subject: superio/ite/Makefile.inc: Add it8613e This Super I/O was not being built at all. Correct that. Change-Id: Id053fa919cac7b2df6a6fc45aae5e34a0dc8c0ae Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41688 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Felix Held Reviewed-by: Paul Menzel --- src/superio/ite/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio') diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index 1fc29fd20b..f2ebda05fb 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -8,6 +8,7 @@ romstage-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c subdirs-y += it8528e +subdirs-y += it8613e subdirs-y += it8623e subdirs-y += it8671f subdirs-y += it8712f -- cgit v1.2.3