mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-10 04:41:49 +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
|