freebsd-dev/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>