2010-12-17 01:13:54 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2009 Ronald G. Minnich
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
2014-04-26 16:41:50 +02:00
|
|
|
## include generic ite pre-ram stage driver
|
2019-01-04 16:11:50 +01:00
|
|
|
bootblock-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
|
|
|
romstage-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
2014-04-26 16:41:50 +02:00
|
|
|
|
2016-09-29 12:33:01 +02:00
|
|
|
## include generic ite environment controller driver
|
|
|
|
ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c
|
|
|
|
|
2017-12-27 15:19:16 +01:00
|
|
|
subdirs-y += it8623e
|
2009-08-12 17:00:51 +02:00
|
|
|
subdirs-y += it8671f
|
|
|
|
subdirs-y += it8712f
|
|
|
|
subdirs-y += it8716f
|
|
|
|
subdirs-y += it8718f
|
2017-06-03 10:52:57 +02:00
|
|
|
subdirs-y += it8720f
|
2011-09-13 07:35:43 +02:00
|
|
|
subdirs-y += it8721f
|
2013-07-20 09:44:15 +02:00
|
|
|
subdirs-y += it8728f
|
2012-03-31 00:04:07 +02:00
|
|
|
subdirs-y += it8772f
|
2016-09-30 11:44:13 +02:00
|
|
|
subdirs-y += it8783ef
|