xref: /netbsd-src/external/nvidia-firmware/Makefile (revision 8b9ca392fe283a287a810e2ee1b4f979206ac32b)
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