From ab940df3315549468e79d31d0b86874830816590 Mon Sep 17 00:00:00 2001 From: Jonathan Kollasch Date: Thu, 11 Nov 2010 22:25:55 +0000 Subject: Add support for Fintek F71872 superio. Signed-off-by: Jonathan Kollasch Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/fintek/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/superio/fintek/Makefile.inc') 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 -- cgit v1.2.3