Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/net/wireless/silabs/wfx/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 434 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
SPDX-License-Identifier: GPL-2.0-only

Necessary for CREATE_TRACE_POINTS
CFLAGS_debug.o = -I$(src)

wfx-y := \
 bh.o \
 hwio.o \
 fwio.o \
 hif_tx_mib.o \
 hif_tx.o \
 hif_rx.o \
 queue.o \
 data_tx.o \
 data_rx.o \
 scan.o \
 sta.o \
 key.o \
 main.o \
 debug.o
wfx-$(CONFIG_SPI) += bus_spi.o
When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m')
wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o

obj-$(CONFIG_WFX) += wfx.o

Messung V0.5 in Prozent
C=96 H=94 G=94

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-04-28]