193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/bwi
|
|
|
|
KMOD = if_bwi
|
|
|
|
SRCS = if_bwi.c if_bwi_pci.c bwimac.c bwiphy.c bwirf.c
|
|
SRCS += device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|