Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41688 )
Change subject: superio/ite/Makefile.inc: Add it8613e ......................................................................
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 th3fanbus@gmail.com --- M src/superio/ite/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/41688/1
diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index 1fc29fd..f2ebda0 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -8,6 +8,7 @@ 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