diff options
Diffstat (limited to 'src/southbridge/via/vt8237r/Config.lb')
-rw-r--r-- | src/southbridge/via/vt8237r/Config.lb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/Config.lb b/src/southbridge/via/vt8237r/Config.lb index 2c01d41a2e..cca4a307ce 100644 --- a/src/southbridge/via/vt8237r/Config.lb +++ b/src/southbridge/via/vt8237r/Config.lb @@ -1,7 +1,7 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> +## 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 @@ -17,6 +17,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +uses HAVE_ACPI_TABLES + config chip.h driver vt8237r.o @@ -24,3 +26,6 @@ driver vt8237_ctrl.o driver vt8237r_ide.o driver vt8237r_lpc.o driver vt8237r_sata.o +if HAVE_ACPI_TABLES + object vt8237_fadt.o +end |