mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 16:28:25 +02:00
4b366ae8b2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13677 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
262 B
Makefile
11 lines
262 B
Makefile
obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o
|
|
obj-y += dev-uart.o
|
|
obj-y += dev-pcmcia.o
|
|
obj-y += dev-usb-ohci.o
|
|
obj-y += dev-usb-ehci.o
|
|
obj-y += dev-enet.o
|
|
obj-y += dev-wdt.o
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
obj-y += boards/
|