mirror of https://github.com/hak5/openwrt.git
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
|