1# SPDX-License-Identifier: GPL-2.0-only 2 3## include generic nuvoton pre-ram stage driver 4bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c 5romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c 6 7subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450 8subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d 9subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += nct5539d 10subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d 11subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6687D) += nct6687d 12subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += nct6776 13subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d 14subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6791D) += nct6791d 15subdirs-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += npcd378 16