2011-03-27 18:33:09 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2011 Advanced Micro Devices, Inc.
|
|
|
|
##
|
|
|
|
## 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-06-01 21:44:43 +02:00
|
|
|
## include generic nuvoton pre-ram stage driver
|
2016-11-10 22:28:53 +01:00
|
|
|
ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
|
|
|
|
bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
|
|
|
|
endif
|
2014-06-01 21:44:43 +02:00
|
|
|
romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
|
|
|
|
|
2011-08-03 16:14:59 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450
|
2013-04-11 16:40:57 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d
|
2014-07-19 00:24:06 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d
|
2016-09-05 10:00:07 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += nct6776
|
2015-11-04 21:41:47 +01:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d
|
2016-07-29 19:05:33 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6791D) += nct6791d
|
2018-03-27 15:58:38 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += npcd378
|