]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/Makefile
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[linux-2.6-omap-h63xx.git] / 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