dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/vt6655/Makefile

40 lines
537 B
Makefile

# TODO: all of these should be removed
ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
ccflags-y += -DHOSTAP
vt6655_stage-y += device_main.o \
card.o \
channel.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