Archived
14
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
Robert P. J. Day fe4f699c6f Staging: vt6655: Remove Makefile refs to EXPORT_SYMTAB
Given that EXPORT_SYMTAB was removed long ago, remove the Makefile
references to it.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:37 -07:00

39 lines
527 B
Makefile

# TODO: all of these should be removed
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
vt6655-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.o