summaryrefslogtreecommitdiff
path: root/sys/modules/ath
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
committerSam Leffler <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
commita585a9a1bc466c4a748096e2c443c69e9f090bc5 (patch)
tree7ba207162d04e114667109b8469c335150bcbaf4 /sys/modules/ath
parent2fae8f5aedb7784bd723e64f43a5ff4c27970f71 (diff)
Notes
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 f844b23447fe..9b6f3da70cd4 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>