mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 11:59:42 +02:00
d5b01f7027
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13447 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
396 B
Makefile
16 lines
396 B
Makefile
libertas-objs := main.o wext.o \
|
|
rx.o tx.o cmd.o \
|
|
cmdresp.o scan.o \
|
|
11d.o \
|
|
debugfs.o \
|
|
ethtool.o assoc.o ioctl.o
|
|
|
|
usb8xxx-objs += if_usb.o
|
|
libertas_cs-objs += if_cs.o
|
|
libertas_sdio-objs += if_sdio.o
|
|
|
|
obj-$(CONFIG_LIBERTAS) += libertas.o
|
|
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
|
|
obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
|
|
obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
|