repo.or.cz
/
ralink_drivers
/
rt2860_fbsd8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved debugging messages for failed DMA map loading during Tx
[ralink_drivers/rt2860_fbsd8.git]
/
Makefile
blob
587e1a53445996f38ddaaf4bd68e950cdef2a747
1
2
SRCS
=
device_if.h \
3
bus_if.h \
4
pci_if.h \
5
rt2860_io.c \
6
rt2860_read_eeprom.c \
7
rt2860_led.c \
8
rt2860_rf.c \
9
rt2860_amrr.c \
10
rt2860.c
11
12
KMOD
=
rt2860
13
14
DEBUG_FLAGS
= -
g
15
WERROR
=
16
CFLAGS
+= -
DRT2860_DEBUG
17
18
.
include
<
bsd.kmod.mk
>