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