]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/vt6655/Makefile
Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[karo-tx-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