diff options
author | Jonathan Kollasch <jakllsch@kollasch.net> | 2010-11-11 22:25:55 +0000 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2010-11-11 22:25:55 +0000 |
commit | ab940df3315549468e79d31d0b86874830816590 (patch) | |
tree | 763e217b85b7b0681aa788fa7ec738c30e70d5a5 /src/superio/fintek/Makefile.inc | |
parent | 5330dd91741d12ae52b9c5db179c1a6c24f3e56c (diff) | |
download | coreboot-ab940df3315549468e79d31d0b86874830816590.tar.xz |
Add support for Fintek F71872 superio.
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/fintek/Makefile.inc')
-rw-r--r-- | src/superio/fintek/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/fintek/Makefile.inc b/src/superio/fintek/Makefile.inc index 1df8786ca2..466654caeb 100644 --- a/src/superio/fintek/Makefile.inc +++ b/src/superio/fintek/Makefile.inc @@ -1,4 +1,5 @@ subdirs-y += f71805f -subdirs-y += f71863fg subdirs-y += f71859 +subdirs-y += f71863fg +subdirs-y += f71872 subdirs-y += f71889 |