projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'libertas' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[linux-2.6]
/
drivers
/
net
/
wireless
/
libertas
/
Makefile
1
usb8xxx-objs := main.o fw.o wext.o \
2
rx.o tx.o cmd.o \
3
cmdresp.o scan.o \
4
join.o 11d.o \
5
ioctl.o debugfs.o \
6
ethtool.o assoc.o
7
8
usb8xxx-objs += if_bootcmd.o
9
usb8xxx-objs += if_usb.o
10
11
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
12