xref: /netbsd-src/external/amdgpu-firmware/Makefile (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1# $NetBSD: Makefile,v 1.2 2022/05/15 00:24:14 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKAMDGPUFIRMWARE} != "no"
6SUBDIR+=	amdgpu
7.endif
8
9.if ${MKRADEONFIRMWARE} != "no"
10SUBDIR+=	radeon
11.endif
12
13.include <bsd.subdir.mk>
14