diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2014-06-04 23:15:26 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-30 03:24:17 +0100 |
commit | 1e3a22649a92e9783d95b41ae33027c6a39e9855 (patch) | |
tree | 4762a509610d98992c0bc82c7d734ba03938e361 /src/superio/nuvoton/Makefile.inc | |
parent | 14be0da303309d4369ab00aae4e0256eeddd293a (diff) | |
download | coreboot-1e3a22649a92e9783d95b41ae33027c6a39e9855.tar.xz |
superio/nuvoton: Add support for Nuvoton NCT6776
Add support for both NCT6776D and NCT6776F devices.
Change-Id: If6686ea0a1cd6be537e286699b4ee8f88ba8ad7c
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/5450
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
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 9ce04d3473..5e4727fe8d 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -23,3 +23,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 +subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += nct6776 |