Disable RTS threshold when A-MSDU Tx is enabled
[ralink_drivers/rt2860_fbsd72.git] / Makefile
blob44e31e4eeb5bb699d5a9434e4da4a6686c0b8ee0
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
12 KMOD = rt2860
14 DEBUG_FLAGS = -g
15 CFLAGS += -DRT2860_DEBUG
17 .include <bsd.kmod.mk>