diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2014-07-19 00:24:06 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-30 03:23:31 +0100 |
commit | 14be0da303309d4369ab00aae4e0256eeddd293a (patch) | |
tree | 84dba4d8888de8e69e90d084c736ac13eef8eeab /src/superio/nuvoton/Makefile.inc | |
parent | 304089b0b74ef8aecbcddccf6c44ef74c26341f6 (diff) | |
download | coreboot-14be0da303309d4369ab00aae4e0256eeddd293a.tar.xz |
superio/nuvoton: Add support for Nuvoton NCT5572D
Change-Id: I3b720cf879bf5326be885d2d3a3f9cfba0a27c7e
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/6229
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/superio/nuvoton/Makefile.inc')
-rw-r--r-- | src/superio/nuvoton/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index 1ce6963b79..9ce04d3473 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -22,3 +22,4 @@ romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450 subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d +subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d |