xref: /netbsd-src/external/amdgpu-firmware/Makefile (revision c90a6d284e37266c17c2393d82bcb6416f74713c)
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