Makefile 286 字节
Newer Older
1
libertas-objs := main.o fw.o wext.o \
2 3 4 5 6 7 8 9 10
		rx.o tx.o cmd.o 	  \
		cmdresp.o scan.o	  \
		join.o 11d.o 		  \
		ioctl.o debugfs.o	  \
		ethtool.o assoc.o

usb8xxx-objs += if_bootcmd.o
usb8xxx-objs += if_usb.o

11
obj-$(CONFIG_LIBERTAS)     += libertas.o
12
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o