head	1.2;
access;
symbols
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.6
	netbsd-11-base:1.2
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.4
	perseant-exfatfs-base:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.2
	netbsd-10-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2022.05.15.00.24.14;	author mrg;	state Exp;
branches;
next	1.1;
commitid	pIZlcTnmePMRi5ED;

1.1
date	2021.12.12.20.33.22;	author maya;	state Exp;
branches;
next	;
commitid	RfEixNTBVCeKXokD;


desc
@@


1.2
log
@install the lower case radeon firmware files into /usr/libdata/firmware.

radeon has different case but same name firmware files.  the lower case
ones are already installed into /libdata/firmware, and to avoid having
to provide some special method to build on systems with case-preserving
file systems (such as macOS), we install the lower case ones in /usr.

this means that anyone that requires the lower case files must either
have /usr as part of the / file system, or manually keep them updated.

last part of PR#54976, though i doubt we'll try to pull up these.

this is enabled on i386, amd64 and arm64.
@
text
@# $NetBSD: Makefile,v 1.1 2021/12/12 20:33:22 maya Exp $

.include <bsd.own.mk>

.if ${MKAMDGPUFIRMWARE} != "no"
SUBDIR+=	amdgpu
.endif

.if ${MKRADEONFIRMWARE} != "no"
SUBDIR+=	radeon
.endif

.include <bsd.subdir.mk>
@


1.1
log
@Add amdgpu firmware build goo (disabled)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2018/05/31 05:27:46 mrg Exp $
d9 4
@

