1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/sys/modules/siba_bwn/Makefile
Weongyo Jeong 1155ca9677 Adds siba_bwn module which is used with bwn(4). Main purpose of this
module is to distinguish parts of Silicon Backplane and of Broadcom
Wireless.
2010-01-31 21:18:22 +00:00

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>