mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-12 23:56:15 +02:00
a0438292e5
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19972 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
121 B
Makefile
6 lines
121 B
Makefile
#
|
|
# Makefile for the RDC321x specific parts of the kernel
|
|
#
|
|
obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o
|
|
|