diff options
Diffstat (limited to 'sys/modules/mt76/mt7615/Makefile')
| -rw-r--r-- | sys/modules/mt76/mt7615/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/mt76/mt7615/Makefile b/sys/modules/mt76/mt7615/Makefile index 6eb650a8439a..345e7301d3a9 100644 --- a/sys/modules/mt76/mt7615/Makefile +++ b/sys/modules/mt76/mt7615/Makefile @@ -23,6 +23,7 @@ SRCS+= dma.c mmio.c pci.c pci_init.c pci_mac.c .if defined(MT7615_DEBUGFS) && ${MT7615_DEBUGFS} > 0 SRCS+= debugfs.c CFLAGS+= -DCONFIG_MT7915_DEBUGFS +CFLAGS+= -DCONFIG_MAC80211_DEBUGFS .endif .if defined(MT7615_DEV_COREDUMP) && ${MT7615_DEV_COREDUMP} > 0 |
