mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00: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
|