diff options
| author | maya <maya@NetBSD.org> | 2021-09-26 15:52:40 +0000 |
|---|---|---|
| committer | maya <maya@NetBSD.org> | 2021-09-26 15:52:40 +0000 |
| commit | fa69a08531c9bdd28154ba2174a5821fd9f476bc (patch) | |
| tree | 40e9bd89e3726d525caa2dda9f9a2ec7c96787af /sys/dev/microcode/radeon | |
| parent | a28c100cb5d3bcc400af530ebe49979c4be91081 (diff) | |
Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional
Simplifies logic.
(Second commit - first one was partial)
Restoring MK* requested by mrg on tech-kern discussion
https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html
Diffstat (limited to 'sys/dev/microcode/radeon')
| -rw-r--r-- | sys/dev/microcode/radeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/radeon/Makefile b/sys/dev/microcode/radeon/Makefile index fbda5597839..fbb513cf3a1 100644 --- a/sys/dev/microcode/radeon/Makefile +++ b/sys/dev/microcode/radeon/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2021/09/25 08:54:31 maya Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/26 15:52:40 maya Exp $ NOMAN= # defined .include <bsd.own.mk> -.if ${MKGPUFIRMWARE} != "no" +.if ${MKRADEONFIRMWARE} != "no" FILES= \ R100_cp.bin \ |
