diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-16 14:08:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-16 14:08:32 +0000 |
commit | 9e7a5d435980280407f58249181bd4f8d1d63d1b (patch) | |
tree | b19fbe4fa6f314548b5d29e181cf193061e0f790 /src/superio/smsc/Makefile.inc | |
parent | 23f703464a45c4c5df53c40ef3152083f3c921fa (diff) | |
download | coreboot-9e7a5d435980280407f58249181bd4f8d1d63d1b.tar.xz |
Add two new superios to coreboot:
- SMSC FDC37n972
- SMSC SIO10N268
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/Makefile.inc')
-rw-r--r-- | src/superio/smsc/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |