aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8237r/Makefile.inc
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-08-18 17:14:58 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-08-18 17:14:58 +0000
commitdc9cabd6c3239e7cfd9fc9efd31f19c0c4167152 (patch)
treeae9463e2b5941272f00fb5cb26ca640efa8e010a /src/southbridge/via/vt8237r/Makefile.inc
parent9c2e738653df435afec8a8f212d0c2c69aa9645c (diff)
Add via south support. Correct usage of conditional variables.
Note the makefile.inc may be out of date given the new commits of code today, but this is what was signed off ... Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8237r/Makefile.inc')
-rw-r--r--src/southbridge/via/vt8237r/Makefile.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/Makefile.inc b/src/southbridge/via/vt8237r/Makefile.inc
new file mode 100644
index 0000000000..c1b743d14a
--- /dev/null
+++ b/src/southbridge/via/vt8237r/Makefile.inc
@@ -0,0 +1,27 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007, 2009 Rudolf Marek <r.marek@assembler.cz>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License v2 as published by
+## the Free Software Foundation.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+driver-y += vt8237r.o
+driver-y += vt8237_ctrl.o
+driver-y += vt8237r_ide.o
+driver-y += vt8237r_lpc.o
+driver-y += vt8237r_sata.o
+driver-y += vt8237r_usb.o
+driver-y += vt8237r_nic.o
+obj-$(CONFIG_HAVE_ACPI_TABLES) += vt8237_fadt.o