projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into for-upstream
[linux-2.6]
/
drivers
/
staging
/
winbond
/
Makefile
1
DRIVER_DIR=./linux
2
3
w35und-objs := $(DRIVER_DIR)/wbusb.o $(DRIVER_DIR)/wb35reg.o $(DRIVER_DIR)/wb35rx.o $(DRIVER_DIR)/wb35tx.o \
4
mds.o \
5
mlmetxrx.o \
6
mto.o \
7
phy_calibration.o \
8
reg.o \
9
rxisr.o \
10
sme_api.o \
11
wbhal.o \
12
wblinux.o \
13
14
15
obj-$(CONFIG_W35UND) += w35und.o
16
17
18