2020-01-23 17:12:32 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-03-27 18:33:09 +02:00
|
|
|
|
2014-06-01 21:44:43 +02:00
|
|
|
## include generic nuvoton pre-ram stage driver
|
2019-01-04 16:11:50 +01:00
|
|
|
bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c
|
|
|
|
romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c
|
2014-06-01 21:44:43 +02:00
|
|
|
|
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
|
2019-07-01 15:53:29 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += nct5539d
|
2014-07-19 00:24:06 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d
|
2022-04-07 15:12:26 +02:00
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6687D) += nct6687d
|
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
|