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/vt6656/Makefile
Tracey Dent 60930a0198 Staging: vt6656: Makefile: cleaned up Makefile cflag lines
Changed to use the proper ccflags-y option

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-10-05 11:56:38 -07:00

40 lines
618 B
Makefile

# TODO: all of these should be removed
ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
ccflags-y += -DHOSTAP
vt6656_stage-y += main_usb.o \
card.o \
mac.o \
baseband.o \
wctl.o \
80211mgr.o \
wcmd.o\
wmgr.o \
bssdb.o \
wpa2.o \
rxtx.o \
dpc.o \
power.o \
datarate.o \
mib.o \
rc4.o \
tether.o \
tcrc.o \
ioctl.o \
hostap.o \
wpa.o \
key.o \
tkip.o \
michael.o \
rf.o \
iwctl.o \
wpactl.o \
aes_ccmp.o \
usbpipe.o \
channel.o \
control.o \
firmware.o \
int.o
obj-$(CONFIG_VT6656) += vt6656_stage.o