kernel-ark/drivers/staging/vt6655/Makefile
Greg Kroah-Hartman c07d3c75a7 Staging: vt665x: rename the module binary
So it doesn't conflict with a mainline kernel driver
currently under development.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:33 -07:00

39 lines
539 B
Makefile

# TODO: all of these should be removed
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
vt6655_stage-y += device_main.o \
card.o \
mac.o \
baseband.o \
wctl.o \
80211mgr.o \
wcmd.o \
wmgr.o \
bssdb.o \
rxtx.o \
dpc.o \
power.o \
datarate.o \
srom.o \
mib.o \
rc4.o \
tether.o \
tcrc.o \
ioctl.o \
hostap.o \
wpa.o \
key.o \
tkip.o \
michael.o \
wroute.o \
rf.o \
iwctl.o \
wpactl.o \
wpa2.o \
aes_ccmp.o \
vntwifi.o \
IEEE11h.o
obj-$(CONFIG_VT6655) += vt6655_stage.o