diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-28 18:09:55 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-30 18:53:37 +0100 |
commit | 53552cc08cb2c924748cc4d7523d845c74a3753d (patch) | |
tree | a6377ef27c0b4b412ba4092d646adbb919278f91 /src/superio/nuvoton/nct6776/Makefile.inc | |
parent | 6c4ea738ff68311864564bec51a53de844648e80 (diff) | |
download | coreboot-53552cc08cb2c924748cc4d7523d845c74a3753d.tar.xz |
Drop SuperIO nuvoton/nct6776
All boards using this SuperIO have been removed from the tree already.
Change-Id: Ic5604c75de249b945dca58aa904edec86558d3ec
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12241
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/superio/nuvoton/nct6776/Makefile.inc')
-rw-r--r-- | src/superio/nuvoton/nct6776/Makefile.inc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/superio/nuvoton/nct6776/Makefile.inc b/src/superio/nuvoton/nct6776/Makefile.inc deleted file mode 100644 index 80113eaf1d..0000000000 --- a/src/superio/nuvoton/nct6776/Makefile.inc +++ /dev/null @@ -1,22 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc. -## Copyright (C) 2014 Felix Held <felix-coreboot@felixheld.de> -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## - -ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += superio.c |