From 18fed3dda68a29abf8bee987bc60a64258d2a83f Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 16 May 2015 21:51:17 -0500 Subject: superio/nuvoton: Add support for Nuvoton NCT6779D Add support for Nuvoton NCT6779D, using NCT6776 as a baseline Change-Id: I020a21267f7e30bdea4bb5f83d67bd94082fdf05 Signed-off-by: Matt DeVillier Reviewed-on: http://review.coreboot.org/10232 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/nuvoton/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/nuvoton/Makefile.inc') diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index 5e4727fe8d..856f604f4c 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -24,3 +24,4 @@ subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450 subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += nct6776 +subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d -- cgit v1.2.3