summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
committersam <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
commit96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a (patch)
tree7ba207162d04e114667109b8469c335150bcbaf4 /sys/modules/ath
parent64ac08d05f78279d8ee25ce34c5221835e671fce (diff)
downloadFreeBSD-src-96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a.zip
FreeBSD-src-96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a.tar.gz
o add opt_ath.h enable tweaking various config parameters for the driver
without modifying the source code o default debug msgs and diag support to off MFC after: 3 days
Diffstat (limited to 'sys/modules/ath')
-rw-r--r--sys/modules/ath/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index f844b23..9b6f3da 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -40,9 +40,12 @@
KMOD= if_ath
SRCS= if_ath.c if_ath_pci.c
-SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h
HAL= ${.CURDIR}/../../contrib/dev/ath
CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
+opt_ath.h:
+ echo > $@
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud