diff options
author | Marc Jones <marcj303@gmail.com> | 2010-09-10 22:13:34 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2010-09-10 22:13:34 +0000 |
commit | 43882f1714a5fd415cdf3dab1dfd6328fb2f0a33 (patch) | |
tree | d981ca39e2c4699e4d439e15612092663454472c /src/superio/fintek/Makefile.inc | |
parent | 36224b479bff4002df22d3552ffb4e6c90ca1e30 (diff) |
Add F71859 SIO.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5802 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/fintek/Makefile.inc')
-rw-r--r-- | src/superio/fintek/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/fintek/Makefile.inc b/src/superio/fintek/Makefile.inc index a5d7d798e9..5d09709595 100644 --- a/src/superio/fintek/Makefile.inc +++ b/src/superio/fintek/Makefile.inc @@ -1,2 +1,3 @@ subdirs-y += f71805f subdirs-y += f71863fg +subdirs-y += f71859 |