mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 03:34:39 +02:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
|
obj-y += clock.o
|
||
|
obj-y += common.o
|
||
|
obj-y += irq.o
|
||
|
obj-y += timer.o
|
||
|
obj-y += board-mcs8140-dt.o
|
||
|
obj-$(CONFIG_PCI) += pci.o
|