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
3# Necessary for CREATE_TRACE_POINTS
4CFLAGS_debug.o = -I$(src)
5
6wfx-y := \
7 bh.o \
8 hwio.o \
9 fwio.o \
10 hif_tx.o \
11 hif_rx.o \
12 queue.o \
13 data_tx.o \
14 data_rx.o \
15 scan.o \
16 sta.o \
17 key.o \
18 main.o \
19 sta.o \
20 debug.o
21wfx-$(CONFIG_SPI) += bus_spi.o
22wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
23
24obj-$(CONFIG_WFX) += wfx.o