diff options
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/ral/Makefile | 6 | ||||
| -rw-r--r-- | sys/dev/microcode/rum/Makefile | 6 | ||||
| -rw-r--r-- | sys/dev/microcode/run/Makefile | 6 | ||||
| -rw-r--r-- | sys/dev/microcode/zyd/Makefile | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 47178df16d9..967abdea34d 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2016/04/27 19:50:06 christos Exp $ +# $NetBSD: Makefile,v 1.7 2018/05/31 05:27:46 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKFIRMWARE} != "no" FILES= ral-rt2561 ral-rt2561s ral-rt2661 ral-rt2860 ral-license +.endif # XXX includes: diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile index 45474c95453..5bab5b78299 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2012/06/01 13:19:39 nonaka Exp $ +# $NetBSD: Makefile,v 1.4 2018/05/31 05:27:46 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKFIRMWARE} != "no" FILES= rum-rt2573 rum-license +.endif # XXX includes: diff --git a/sys/dev/microcode/run/Makefile b/sys/dev/microcode/run/Makefile index f112694d7b4..7356e56b683 100644 --- a/sys/dev/microcode/run/Makefile +++ b/sys/dev/microcode/run/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2012/06/01 13:19:39 nonaka Exp $ +# $NetBSD: Makefile,v 1.2 2018/05/31 05:27:46 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKFIRMWARE} != "no" FILES= run-rt2870 run-rt3071 run-license +.endif # XXX includes: diff --git a/sys/dev/microcode/zyd/Makefile b/sys/dev/microcode/zyd/Makefile index abe7ad27753..fd2100e65d5 100644 --- a/sys/dev/microcode/zyd/Makefile +++ b/sys/dev/microcode/zyd/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2009/02/18 10:51:17 hira Exp $ +# $NetBSD: Makefile,v 1.3 2018/05/31 05:27:46 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKFIRMWARE} != "no" FILES= zyd-zd1211 zyd-zd1211b zd1211-license +.endif # XXX includes: |
