Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# TODO: all of these should be removed
2ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
3ccflags-y += -DHOSTAP
4
5vt6656_stage-y += main_usb.o \
6 card.o \
7 mac.o \
8 baseband.o \
9 wcmd.o\
10 rxtx.o \
11 dpc.o \
12 power.o \
13 key.o \
14 rf.o \
15 usbpipe.o \
16 channel.o \
17 firmware.o \
18 int.o
19
20obj-$(CONFIG_VT6656) += vt6656_stage.o