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 Define CONFIG_MTRR in drm2 modules...



details:   https://anonhg.NetBSD.org/src/rev/b7682aa610b3
branches:  riastradh-drm2
changeset: 788308:b7682aa610b3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:10:51 2013 +0000

description:
Define CONFIG_MTRR in drm2 modules on x86.

XXX We really need a better place for this stuff...

diffstat:

 sys/modules/drm2/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e495f7b46c4c -r b7682aa610b3 sys/modules/drm2/Makefile.inc
--- a/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:10:37 2013 +0000
+++ b/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:10:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1.2.1 2013/07/24 02:42:19 riastradh Exp $
+# $NetBSD: Makefile.inc,v 1.1.2.2 2013/07/24 03:10:51 riastradh Exp $
 
 # Common makefile cruft for drm2 code.
 
@@ -12,4 +12,5 @@
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=     -DMTRR
+CPPFLAGS+=     -DCONFIG_MTRR
 .endif



Home | Main Index | Thread Index | Old Index