xref: /netbsd-src/external/broadcom/Makefile (revision a37025c593675637679f62cf90ed1d3637a61699)
1# $NetBSD: Makefile,v 1.3 2018/05/31 05:27:45 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKFIRMWARE} != "no"
6SUBDIR+=	bcm43xx
7SUBDIR+=	bwfm
8.endif
9
10.include <bsd.subdir.mk>
11