mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +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
|