From d9de6c4f0eb1c863f8fd81ede326973ad1aab0f2 Mon Sep 17 00:00:00 2001 From: Steven Sherk Date: Thu, 11 Apr 2013 08:40:57 -0600 Subject: Add new superio device - Added in new support for Nuvoton NCT5104D LPC device. Change-Id: I0af8c5e3e46fdd0a549475b30917897ae9e144a7 Signed-off-by: Steven Sherk Reviewed-on: http://review.coreboot.org/3072 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/superio/nuvoton/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/superio/nuvoton/Makefile.inc') diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index c052e919ca..18025c9c2d 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -14,7 +14,8 @@ ## ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450 +subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d -- cgit v1.2.3