summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/Makefile')
-rw-r--r--drivers/staging/vt6656/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/staging/vt6656/Makefile b/drivers/staging/vt6656/Makefile
new file mode 100644
index 000000000..3dbe1f89d
--- /dev/null
+++ b/drivers/staging/vt6656/Makefile
@@ -0,0 +1,20 @@
+# TODO: all of these should be removed
+ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
+ccflags-y += -DHOSTAP
+
+vt6656_stage-y += main_usb.o \
+ card.o \
+ mac.o \
+ baseband.o \
+ wcmd.o\
+ rxtx.o \
+ dpc.o \
+ power.o \
+ key.o \
+ rf.o \
+ usbpipe.o \
+ channel.o \
+ firmware.o \
+ int.o
+
+obj-$(CONFIG_VT6656) += vt6656_stage.o