Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/modules/drm2 Build drm2 module with DIAGNOSTIC.



details:   https://anonhg.NetBSD.org/src/rev/b6116af1089f
branches:  riastradh-drm2
changeset: 788143:b6116af1089f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:25:54 2013 +0000

description:
Build drm2 module with DIAGNOSTIC.

diffstat:

 sys/modules/drm2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 031d0f0a8402 -r b6116af1089f sys/modules/drm2/Makefile
--- a/sys/modules/drm2/Makefile Wed Jul 24 02:25:40 2013 +0000
+++ b/sys/modules/drm2/Makefile Wed Jul 24 02:25:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.13 2013/07/24 02:25:40 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.14 2013/07/24 02:25:54 riastradh Exp $
 
 .include "../Makefile.inc"
 
@@ -50,6 +50,9 @@
 CPPFLAGS+=     -I${S}/external/bsd/drm2/dist/include
 CPPFLAGS+=     -D__KERNEL__
 
+# XXX Is this the right place to set this?
+CPPFLAGS+=     -DDIAGNOSTIC
+
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=     -DMTRR
 .endif



Home | Main Index | Thread Index | Old Index