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_X86 in the drm2 modu...



details:   https://anonhg.NetBSD.org/src/rev/85baf4f887a8
branches:  riastradh-drm2
changeset: 788329:85baf4f887a8
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:17:03 2013 +0000

description:
Define CONFIG_X86 in the drm2 modules on x86.

diffstat:

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

diffs (18 lines):

diff -r 10912423106d -r 85baf4f887a8 sys/modules/drm2/Makefile.inc
--- a/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:16:47 2013 +0000
+++ b/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:17:03 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1.2.2 2013/07/24 03:10:51 riastradh Exp $
+# $NetBSD: Makefile.inc,v 1.1.2.3 2013/07/24 03:17:03 riastradh Exp $
 
 # Common makefile cruft for drm2 code.
 
@@ -11,6 +11,7 @@
 CPPFLAGS+=     -DDIAGNOSTIC
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+CPPFLAGS+=     -DCONFIG_MTRR
+CPPFLAGS+=     -DCONFIG_X86
 CPPFLAGS+=     -DMTRR
-CPPFLAGS+=     -DCONFIG_MTRR
 .endif



Home | Main Index | Thread Index | Old Index