xref: /openbmc/linux/drivers/staging/vt6656/Makefile (revision c07d3c75)
15d1fe0c9SForest Bond# TODO: all of these should be removed
25d1fe0c9SForest BondEXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE  -DEXPORT_SYMTAB -D__NO_VERSION__
392b96797SForest BondEXTRA_CFLAGS += -DHOSTAP
492b96797SForest Bond
5c07d3c75SGreg Kroah-Hartmanvt6656_stage-y +=	main_usb.o \
65d1fe0c9SForest Bond			card.o  \
75d1fe0c9SForest Bond			mac.o   \
85d1fe0c9SForest Bond			baseband.o \
95d1fe0c9SForest Bond			wctl.o  \
105d1fe0c9SForest Bond			80211mgr.o \
115d1fe0c9SForest Bond			wcmd.o\
125d1fe0c9SForest Bond			wmgr.o \
135d1fe0c9SForest Bond			bssdb.o \
145d1fe0c9SForest Bond			wpa2.o \
155d1fe0c9SForest Bond			rxtx.o \
165d1fe0c9SForest Bond			dpc.o \
175d1fe0c9SForest Bond			power.o \
185d1fe0c9SForest Bond			datarate.o \
195d1fe0c9SForest Bond			mib.o \
205d1fe0c9SForest Bond			rc4.o \
215d1fe0c9SForest Bond			tether.o \
225d1fe0c9SForest Bond			tcrc.o \
235d1fe0c9SForest Bond			ioctl.o \
245d1fe0c9SForest Bond			hostap.o \
255d1fe0c9SForest Bond			wpa.o \
265d1fe0c9SForest Bond			key.o \
275d1fe0c9SForest Bond			tkip.o \
285d1fe0c9SForest Bond			michael.o \
295d1fe0c9SForest Bond			rf.o \
305d1fe0c9SForest Bond			iwctl.o \
315d1fe0c9SForest Bond			wpactl.o \
325d1fe0c9SForest Bond			aes_ccmp.o \
335d1fe0c9SForest Bond			usbpipe.o \
345d1fe0c9SForest Bond			channel.o \
355d1fe0c9SForest Bond			control.o \
365d1fe0c9SForest Bond			firmware.o \
375d1fe0c9SForest Bond			int.o
3892b96797SForest Bond
39c07d3c75SGreg Kroah-Hartmanobj-$(CONFIG_VT6656) +=	vt6656_stage.o
40