mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 14:23:09 +02:00
d6a7552aad
Rework board detection, separate board specific code into its own file. As a result we also change the way rdc images are generated. Support for board which required binary tools, like AMIT are dropped. Patch by Bernhard Loos. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20294 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
199 B
Makefile
6 lines
199 B
Makefile
#
|
|
# Makefile for the RDC321x specific parts of the kernel
|
|
#
|
|
obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o reboot.o boards/sitecom.o boards/ar525w.o boards/bifferboard.o boards/r8610.o
|
|
|