diff options
Diffstat (limited to 'sys/dev/microcode')
| -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 a98deff17c7..fbda5597839 100644 --- a/sys/dev/microcode/radeon/Makefile +++ b/sys/dev/microcode/radeon/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2019/09/03 15:34:08 riastradh Exp $ +# $NetBSD: Makefile,v 1.7 2021/09/25 08:54:31 maya Exp $ NOMAN= # defined .include <bsd.own.mk> -.if ${MKRADEONFIRMWARE} != "no" +.if ${MKGPUFIRMWARE} != "no" FILES= \ R100_cp.bin \ |
