repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert rtw.c rev1.7, though it works well with my ral(4)/ath(4) based
[dragonfly/vkernel-mp.git]
/
sys
/
dev
/
netif
/
axe
/
Makefile
blob
b80b50196279d1e7d2f7238508d8aaf863eac779
1
# $DragonFly: src/sys/dev/netif/axe/Makefile,v 1.3 2006/06/25 13:02:38 corecode Exp $
2
3
KMOD
=
if_axe
4
SRCS
=
if_axe.c opt_usb.h device_if.h bus_if.h
5
SRCS
+=
miibus_if.h
6
KMODDEPS
=
miibus
7
8
.
include
<
bsd.kmod.mk
>