Skip to content

Commit 1e3d27f

Browse files
ajaykathatajaysk
authored andcommitted
wilc1000: added custom debug messages API
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
1 parent 73f6ca8 commit 1e3d27f

11 files changed

Lines changed: 1334 additions & 144 deletions

File tree

drivers/net/wireless/microchip/wilc1000/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# SPDX-License-Identifier: GPL-2.0
2+
ccflags-y += -I$(src)/ -DWILC_DEBUGFS
3+
24
obj-$(CONFIG_WILC1000) += wilc1000.o
35

46
wilc1000-objs := cfg80211.o netdev.o mon.o \
5-
hif.o wlan_cfg.o wlan.o sysfs.o power.o bt.o
7+
hif.o wlan_cfg.o wlan.o sysfs.o power.o bt.o debugfs.o
68

79
obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
810
wilc1000-sdio-objs += sdio.o

0 commit comments

Comments
 (0)