blob: 115b951bf0d954f711f922b3260aba9634995360 [file] [log] [blame]
Forest Bond1d69a1c2009-06-02 14:44:46 -04001# TODO: all of these should be removed
Tracey Denta1ecc6a2010-10-02 12:38:06 -04002ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
3ccflags-y += -DHOSTAP
Forest Bond5449c682009-04-25 10:30:44 -04004
Greg Kroah-Hartmanc07d3c72009-09-11 14:20:21 -07005vt6655_stage-y += device_main.o \
Forest Bond1d69a1c2009-06-02 14:44:46 -04006 card.o \
Charles Clément79566eb2010-06-21 10:39:51 -07007 channel.o \
Forest Bond1d69a1c2009-06-02 14:44:46 -04008 mac.o \
9 baseband.o \
Forest Bond1d69a1c2009-06-02 14:44:46 -040010 rxtx.o \
11 dpc.o \
12 power.o \
Forest Bond1d69a1c2009-06-02 14:44:46 -040013 srom.o \
14 mib.o \
Forest Bond1d69a1c2009-06-02 14:44:46 -040015 key.o \
Malcolm Priestley610cc9d2014-10-29 17:55:40 +000016 rf.o
Forest Bond5449c682009-04-25 10:30:44 -040017
Greg Kroah-Hartmanc07d3c72009-09-11 14:20:21 -070018obj-$(CONFIG_VT6655) += vt6655_stage.o