337b4e88f7e5b40e64fa914f2b0914c2445efaf0
[coreboot.git] / src / southbridge / intel / i82801xx / Makefile.inc
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx.o
22 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_ac97.o
23 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_ide.o
24 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_lpc.o
25 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_nic.o
26 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_pci.o
27 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_sata.o
28 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_smbus.o
29 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_usb.o
30 driver-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_usb_ehci.o
31
32 object-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_reset.o
33 object-$(CONFIG_SOUTHBRIDGE_INTEL_I82801XX) +=  i82801xx_watchdog.o
34
35 # TODO: What about cmos_failover.c?
36