Makefile 395 字节
Newer Older
H
Holger Schurig 已提交
1
libertas-objs := main.o wext.o \
2 3 4
		rx.o tx.o cmd.o 	  \
		cmdresp.o scan.o	  \
		join.o 11d.o 		  \
5
		debugfs.o	  \
6 7 8
		ethtool.o assoc.o

usb8xxx-objs += if_usb.o
9
libertas_cs-objs += if_cs.o
P
Pierre Ossman 已提交
10
libertas_sdio-objs += if_sdio.o
11

12
obj-$(CONFIG_LIBERTAS)     += libertas.o
13
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
14
obj-$(CONFIG_LIBERTAS_CS)  += libertas_cs.o
P
Pierre Ossman 已提交
15
obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o