diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-28 18:10:59 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-30 18:54:28 +0100 |
commit | 42444f6f53d47604d9a44c9e109b5717efaed74f (patch) | |
tree | 77507bd9d57924415bc7286f06225d224657869b /src/superio/nuvoton/Makefile.inc | |
parent | a57ad8f2abc57fe23a17d1517c501572c0dcec71 (diff) | |
download | coreboot-42444f6f53d47604d9a44c9e109b5717efaed74f.tar.xz |
Drop SuperIO nuvoton/nct6779d
All boards using this SuperIO have been removed from the tree already.
Change-Id: I57eacf2a88077d0d0bffdcf44b3c2ecbd301e625
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12242
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/superio/nuvoton/Makefile.inc')
-rw-r--r-- | src/superio/nuvoton/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index bb6f635001..6173d8648b 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -23,4 +23,3 @@ 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_NCT6779D) += nct6779d |