7ae0e2c9f0
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
14 lines
317 B
Makefile
14 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/bwn
|
|
|
|
KMOD= if_bwn
|
|
SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
# XXX Work around clang warning, until maintainer approves fix.
|
|
CWARNFLAGS.if_bwn.c= ${NO_WSOMETIMES_UNINITIALIZED}
|
|
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|