blob: c6a65b7092d3d4146e13f9d7ae2820d2c130384c (
plain)
1
2
3
4
5
6
7
8
9
10
|
.PATH: ${SRCTOP}/sys/dev/iwx
KMOD= if_iwx
SRCS= if_iwx.c if_iwx_debug.c
SRCS+= device_if.h bus_if.h pci_if.h opt_wlan.h
CFLAGS+= -DIWX_DEBUG=1
# DEBUG_FLAGS= -O0 -g
.include <bsd.kmod.mk>
|