From 9e7a5d435980280407f58249181bd4f8d1d63d1b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 16 May 2010 14:08:32 +0000 Subject: Add two new superios to coreboot: - SMSC FDC37n972 - SMSC SIO10N268 Signed-off-by: Stefan Reinauer Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/smsc/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/superio/smsc/Makefile.inc') diff --git a/src/superio/smsc/Makefile.inc b/src/superio/smsc/Makefile.inc index 3614d72439..a3d359e241 100644 --- a/src/superio/smsc/Makefile.inc +++ b/src/superio/smsc/Makefile.inc @@ -1,8 +1,10 @@ subdirs-y += fdc37m60x +subdirs-y += fdc37n972 subdirs-y += lpc47b272 subdirs-y += lpc47b397 subdirs-y += lpc47m10x subdirs-y += lpc47m15x subdirs-y += lpc47n217 subdirs-y += lpc47n227 +subdirs-y += sio10n268 subdirs-y += smscsuperio -- cgit v1.2.3