summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-04 07:54:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-03-04 07:54:25 +0000
commitc126808243790b689b83355bf9ef43ecc3eda170 (patch)
tree30caa228962a9f02489ed71c4185990b78d272c1 /target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
parentc6c8012c6030558422ee549f3b6ee296506ace77 (diff)
downloadmaster-31e0f0ae-c126808243790b689b83355bf9ef43ecc3eda170.tar.gz
master-31e0f0ae-c126808243790b689b83355bf9ef43ecc3eda170.tar.bz2
master-31e0f0ae-c126808243790b689b83355bf9ef43ecc3eda170.zip
add a new southbridge driver which registers the gpio and watchdog platform devices
This also fixes the watchdog logic and abstracts the access to the RDC321x southbridge PCI configuration register space. Based on a patch by Bernhard Loos. SVN-Revision: 19972
Diffstat (limited to 'target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile')
-rw-r--r--target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
index 8325b4ca43..15f2739eaf 100644
--- a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
+++ b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
@@ -1,5 +1,5 @@
#
# Makefile for the RDC321x specific parts of the kernel
#
-obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o
+obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o