Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf defflag LMU_DEBUG and PSOC_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/18f9938c333f
branches:  trunk
changeset: 984019:18f9938c333f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Jun 18 22:24:51 2021 +0000

description:
defflag LMU_DEBUG and PSOC_DEBUG

diffstat:

 sys/arch/macppc/conf/files.macppc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r da3f478e67c2 -r 18f9938c333f sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Fri Jun 18 22:18:10 2021 +0000
+++ b/sys/arch/macppc/conf/files.macppc Fri Jun 18 22:24:51 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.118 2021/05/12 23:22:33 thorpej Exp $
+#      $NetBSD: files.macppc,v 1.119 2021/06/18 22:24:51 macallan Exp $
 #
 # macppc-specific configuration info
 
@@ -319,8 +319,10 @@
 device psoc: sysmon_envsys
 attach psoc at iic
 file   arch/macppc/dev/psoc.c                          psoc
+defflag opt_psoc.h PSOC_DEBUG
 
 # 'lmu-micro' found in late PowerBooks
 device lmu: sysmon_envsys
 attach lmu at iic
 file   arch/macppc/dev/lmu.c                           lmu
+defflag opt_lmu.h LMU_DEBUG



Home | Main Index | Thread Index | Old Index