projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath - Fix a mismatch in the module options.
[dragonfly.git]
/
sys
/
dev
/
netif
/
ath
/
ath
/
Makefile
diff --git
a/sys/dev/netif/ath/ath/Makefile
b/sys/dev/netif/ath/ath/Makefile
index
9f753cf
..
f7b277c
100644
(file)
--- a/
sys/dev/netif/ath/ath/Makefile
+++ b/
sys/dev/netif/ath/ath/Makefile
@@
-39,6
+39,6
@@
KMOD = if_ath
SRCS = if_ath.c if_ath_pci.c
-SRCS += device_if.h bus_if.h pci_if.h opt_ath.h opt_ah.h
+SRCS += device_if.h bus_if.h pci_if.h opt_ath.h opt_ah.h
opt_wlan.h opt_inet.h
.include <bsd.kmod.mk>