Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[deliverable/linux.git] / drivers / staging / vt6655 / Makefile
CommitLineData
1d69a1c6 1# TODO: all of these should be removed
a1ecc6a3
TD
2ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
3ccflags-y += -DHOSTAP
1d69a1c6 4
c07d3c75 5vt6655_stage-y += device_main.o \
1d69a1c6 6 card.o \
79566eb2 7 channel.o \
1d69a1c6
FB
8 mac.o \
9 baseband.o \
10 wctl.o \
11 80211mgr.o \
12 wcmd.o \
13 wmgr.o \
14 bssdb.o \
15 rxtx.o \
16 dpc.o \
17 power.o \
18 datarate.o \
19 srom.o \
20 mib.o \
21 rc4.o \
22 tether.o \
23 tcrc.o \
24 ioctl.o \
25 hostap.o \
26 wpa.o \
27 key.o \
28 tkip.o \
29 michael.o \
30 wroute.o \
31 rf.o \
32 iwctl.o \
33 wpactl.o \
34 wpa2.o \
35 aes_ccmp.o \
36 vntwifi.o \
37 IEEE11h.o
38
c07d3c75 39obj-$(CONFIG_VT6655) += vt6655_stage.o
This page took 0.295041 seconds and 5 git commands to generate.