aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/winbond/Makefile')
-rw-r--r--drivers/staging/winbond/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile
index ed3180c25d44..a93732e6201f 100644
--- a/drivers/staging/winbond/Makefile
+++ b/drivers/staging/winbond/Makefile
@@ -1,14 +1,16 @@
- DRIVER_DIR=./linux
-
-w35und-objs := $(DRIVER_DIR)/wbusb.o $(DRIVER_DIR)/wb35reg.o $(DRIVER_DIR)/wb35rx.o $(DRIVER_DIR)/wb35tx.o \
- mds.o \
- mlmetxrx.o \
- mto.o \
+w35und-objs := \
+ mds.o \
+ mlmetxrx.o \
+ mto.o \
phy_calibration.o \
reg.o \
rxisr.o \
+ wb35reg.o \
+ wb35rx.o \
+ wb35tx.o \
wbhal.o \
wblinux.o \
+ wbusb.o \
obj-$(CONFIG_W35UND) += w35und.o