]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/vt6655/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / vt6655 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # TODO: all of these should be removed
3 ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
4 ccflags-y += -DHOSTAP
5
6 vt6655_stage-y += device_main.o \
7 card.o \
8 channel.o \
9 mac.o \
10 baseband.o \
11 rxtx.o \
12 dpc.o \
13 power.o \
14 srom.o \
15 key.o \
16 rf.o
17
18 obj-$(CONFIG_VT6655) += vt6655_stage.o