Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/acpicpu Add DIAGNOSTIC.



details:   https://anonhg.NetBSD.org/src/rev/0d91c04366f7
branches:  trunk
changeset: 757197:0d91c04366f7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Aug 18 19:33:10 2010 +0000

description:
Add DIAGNOSTIC.

diffstat:

 sys/modules/acpicpu/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8eed95bf6c1 -r 0d91c04366f7 sys/modules/acpicpu/Makefile
--- a/sys/modules/acpicpu/Makefile      Wed Aug 18 18:32:20 2010 +0000
+++ b/sys/modules/acpicpu/Makefile      Wed Aug 18 19:33:10 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/08/13 16:21:50 jruoho Exp $
+# $NetBSD: Makefile,v 1.4 2010/08/18 19:33:10 jruoho Exp $
 
 .include "../Makefile.inc"
 
@@ -12,6 +12,7 @@
        acpi_cpu_pstate.c \
        acpi_cpu_tstate.c
 
-WARNS= 4
+WARNS=  4
+CFLAGS+= -DDIAGNOSTIC
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index