Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Fix typo...
details: https://anonhg.NetBSD.org/src/rev/e55c4f9f0d80
branches: trunk
changeset: 376429:e55c4f9f0d80
user: rin <rin%NetBSD.org@localhost>
date: Sat Jun 17 12:09:36 2023 +0000
description:
Fix typo...
diffstat:
sys/arch/arm/xscale/ixp425-fw.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 06f594b3db01 -r e55c4f9f0d80 sys/arch/arm/xscale/ixp425-fw.mk
--- a/sys/arch/arm/xscale/ixp425-fw.mk Sat Jun 17 11:57:49 2023 +0000
+++ b/sys/arch/arm/xscale/ixp425-fw.mk Sat Jun 17 12:09:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ixp425-fw.mk,v 1.3 2023/06/17 11:57:49 rin Exp $
+# $NetBSD: ixp425-fw.mk,v 1.4 2023/06/17 12:09:36 rin Exp $
#
# For IXP425 NE support, this file must be included by the board-specific
@@ -11,6 +11,6 @@
#
NPE_MICROCODE= $S/arch/arm/xscale/IxNpeMicrocode.dat
-.if exists(${MICROCODE})
+.if exists(${NPE_MICROCODE})
CPPFLAGS+= -DIXP425_NPE_MICROCODE=\"${NPE_MICROCODE}\"
.endif
Home |
Main Index |
Thread Index |
Old Index