Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / vt6656 / Makefile
1 # TODO: all of these should be removed
2 ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
3 ccflags-y += -DHOSTAP
4
5 vt6656_stage-y +=       main_usb.o \
6                         card.o  \
7                         mac.o   \
8                         baseband.o \
9                         wcmd.o\
10                         rxtx.o \
11                         dpc.o \
12                         power.o \
13                         key.o \
14                         rf.o \
15                         usbpipe.o \
16                         channel.o \
17                         firmware.o \
18                         int.o
19
20 obj-$(CONFIG_VT6656) += vt6656_stage.o