Module Name: src
Committed By: tsutsui
Date: Wed Feb 9 13:37:48 UTC 2011
Modified Files:
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/xorg-server: Makefile.common
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile
Log Message:
Add defintions for ews4800mips and hp300 Xorg servers.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.19 -r1.20 \
src/external/mit/xorg/server/xorg-server/Makefile.common
cvs rdiff -u -r1.26 -r1.27 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/server/drivers/Makefile
diff -u src/external/mit/xorg/server/drivers/Makefile:1.52 src/external/mit/xorg/server/drivers/Makefile:1.53
--- src/external/mit/xorg/server/drivers/Makefile:1.52 Sun Jan 2 11:24:20 2011
+++ src/external/mit/xorg/server/drivers/Makefile Wed Feb 9 13:37:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2011/01/02 11:24:20 mrg Exp $
+# $NetBSD: Makefile,v 1.53 2011/02/09 13:37:48 tsutsui Exp $
# xf86-input drivers
@@ -147,6 +147,16 @@
xf86-video-wsfb
.endif # ${MACHINE} == "dreamcast"
+.if ${MACHINE} == "ews4800mips"
+SUBDIR+= \
+ xf86-video-wsfb
+.endif # ${MACHINE} == "ews4800mips"
+
+.if ${MACHINE} == "hp300"
+SUBDIR+= \
+ xf86-video-wsfb
+.endif # ${MACHINE} == "hp300"
+
.if ${MACHINE} == "hpcarm" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh"
Index: src/external/mit/xorg/server/xorg-server/Makefile.common
diff -u src/external/mit/xorg/server/xorg-server/Makefile.common:1.19 src/external/mit/xorg/server/xorg-server/Makefile.common:1.20
--- src/external/mit/xorg/server/xorg-server/Makefile.common:1.19 Thu Nov 18 08:20:17 2010
+++ src/external/mit/xorg/server/xorg-server/Makefile.common Wed Feb 9 13:37:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2010/11/18 08:20:17 mrg Exp $
+# $NetBSD: Makefile.common,v 1.20 2011/02/09 13:37:48 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -12,6 +12,8 @@
${MACHINE} == "bebox" || \
${MACHINE} == "cats" || \
${MACHINE} == "dreamcast" || \
+ ${MACHINE} == "ews4800mips" || \
+ ${MACHINE} == "hp300" || \
${MACHINE} == "hpcarm" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh" || \
Index: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.26 src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.27
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.26 Mon Nov 29 09:34:41 2010
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Wed Feb 9 13:37:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2010/11/29 09:34:41 skrll Exp $
+# $NetBSD: Makefile,v 1.27 2011/02/09 13:37:48 tsutsui Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@@ -54,7 +54,8 @@
.endfor
.endif
-.if ${MACHINE} == "hpcmips" || \
+.if ${MACHINE} == "ews4800mips" || \
+ ${MACHINE} == "hpcmips" || \
${MACHINE} == "sgimips"
SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.c
.for _FN in ${SRCS.bsd}
@@ -84,6 +85,13 @@
.endfor
.endif
+.if ${MACHINE} == "hp300"
+SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.c
+.for _FN in ${SRCS.bsd}
+CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
+.endfor
+.endif
+
# some platforms will probably need ioperm_noop.c
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus