diff options
| author | skrll <skrll@NetBSD.org> | 2020-03-11 08:31:08 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2020-03-11 08:31:08 +0000 |
| commit | bc5b72fe07919ee6a97b9067d13816fdd9f10bc3 (patch) | |
| tree | 3f7171308370f3c2be08b08c001b9a3b7235338f /sys | |
| parent | 4df0dba45b76ea9989e93e896480fa0c39204e7b (diff) | |
Fixup the evbarm PCI modules
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index abb1648e091..3971da2ef21 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2020/02/29 16:25:37 skrll Exp $ +# $NetBSD: Makefile,v 1.242 2020/03/11 08:31:08 skrll Exp $ .include <bsd.own.mk> @@ -232,7 +232,7 @@ SUBDIR+= nvmm # Builds on architectures with PCI bus .if \ - ${MACHINE_ARCH} == "evbarm" || \ + ${MACHINE} == "evbarm" || \ ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "x86_64" #SUBDIR+= hifn |
