License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / staging / vt6656 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # TODO: all of these should be removed
3 ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
4 ccflags-y += -DHOSTAP
5
6 vt6656_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
21 obj-$(CONFIG_VT6656) += vt6656_stage.o