repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtw(4) remove misplaced DEBUG_FLAGS
[freebsd/src.git]
/
sys
/
modules
/
bce
/
Makefile
blob
6e6756f5fbc2e87f6bb21b346aa45c4ad77b0144
1
.PATH
: ${
SRCTOP
}/
sys
/
dev
/
bce
2
KMOD
=
if_bce
3
SRCS
=
opt_platform.h opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
4
5
#CFLAGS += -DBCE_DEBUG=0
6
7
.
include
<
bsd.kmod.mk
>