Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / staging / vt6655 / Makefile
1 # TODO: all of these should be removed
2 ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
3 ccflags-y += -DHOSTAP
4
5 vt6655_stage-y += device_main.o \
6 card.o \
7 channel.o \
8 mac.o \
9 baseband.o \
10 rxtx.o \
11 dpc.o \
12 power.o \
13 srom.o \
14 key.o \
15 rf.o
16
17 obj-$(CONFIG_VT6655) += vt6655_stage.o
This page took 0.029474 seconds and 5 git commands to generate.