1# $NetBSD: Makefile,v 1.6 2021/12/13 23:59:35 maya Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKNOUVEAUFIRMWARE} != "no"
6SUBDIR+=	gm20x
7SUBDIR+=	nouveau
8.endif
9
10.if ${MKTEGRAFIRMWARE} != "no"
11SUBDIR+=	tegra
12.endif
13
14.include <bsd.subdir.mk>
15