]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/vt6655/Makefile
Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9211...
[mirror_ubuntu-artful-kernel.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 mib.o \
15 key.o \
16 rf.o
17
18 obj-$(CONFIG_VT6655) += vt6655_stage.o