mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:01:54 +02:00
12 lines
185 B
Makefile
12 lines
185 B
Makefile
|
#
|
||
|
# Makefile for platforms based on ADM5120 SoC
|
||
|
#
|
||
|
|
||
|
obj-y += generic.o
|
||
|
obj-y += cellvision.o
|
||
|
obj-y += compex.o
|
||
|
obj-y += edimax.o
|
||
|
obj-y += infineon.o
|
||
|
obj-y += mikrotik.o
|
||
|
obj-y += zyxel.o
|