diff options
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/radeon/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/microcode/radeon/Makefile b/sys/dev/microcode/radeon/Makefile index 78cc7a25080..0fb71eb3f98 100644 --- a/sys/dev/microcode/radeon/Makefile +++ b/sys/dev/microcode/radeon/Makefile @@ -1,7 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2014/07/28 23:09:06 rjs Exp $ +# $NetBSD: Makefile,v 1.3 2015/04/26 21:37:22 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKRADEONFIRMWARE} != "no" + FILES= \ R100_cp.bin \ R200_cp.bin \ @@ -60,8 +64,10 @@ FILES= \ VERDE_ce.bin VERDE_mc.bin VERDE_mc2.bin VERDE_me.bin VERDE_pfp.bin \ VERDE_rlc.bin VERDE_smc.bin -# DRM isn't necessary before /usr! -FIRMWAREDIR= /usr/libdata/firmware +# radeondrmks needs these after mountroot, but before starting init. +FIRMWAREDIR= /libdata/firmware + +.endif # XXX includes: |
