Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6-rc5 18 lines 323 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# TODO: all of these should be removed 3ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__ 4ccflags-y += -DHOSTAP 5 6vt6655_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 18obj-$(CONFIG_VT6655) += vt6655_stage.o