mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
1155ca9677
module is to distinguish parts of Silicon Backplane and of Broadcom Wireless.
10 lines
172 B
Makefile
10 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/siba
|
|
|
|
KMOD= siba_bwn
|
|
SRCS= siba_core.c siba_bwn.c sibareg.h sibavar.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|