a5c866b6cf
of this firmware is controlled by the MKTEGRAFIRMWARE option, which defaults to yes on evbarm and evbarm64 and no everywhere else.
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/01/07 20:59:25 jmcneill Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKTEGRAFIRMWARE} != "no"
|
|
SUBDIR+= tegra
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|