repo.or.cz
/
ralink_drivers
/
rt2870_fbsd8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
U2ME mask was not set
[ralink_drivers/rt2870_fbsd8.git]
/
Makefile
blob
458ca620d7f3b5bd6f08e4ef83d900d08a4b33b7
1
2
SRCS
=
device_if.h \
3
bus_if.h \
4
usbdevs.h \
5
opt_usb.h \
6
rt2870_io.c \
7
rt2870_read_eeprom.c \
8
rt2870_led.c \
9
rt2870_rf.c \
10
rt2870_amrr.c \
11
rt2870.c
12
13
KMOD
=
rt2870
14
15
DEBUG_FLAGS
= -
g
16
WERROR
=
17
CFLAGS
+= -
DRT2870_DEBUG
18
19
.
include
<
bsd.kmod.mk
>