Add definitions for newsmips Xorg server. Build test only.

This commit is contained in:
tsutsui 2011-06-29 14:49:12 +00:00
parent 9e237288de
commit 8e44b59edd
3 changed files with 13 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.56 2011/06/29 14:38:02 tsutsui Exp $
# $NetBSD: Makefile,v 1.57 2011/06/29 14:49:12 tsutsui Exp $
# xf86-input drivers
@ -197,6 +197,11 @@ SUBDIR+= \
xf86-video-wsfb
.endif # ${MACHINE} == "ofppc"
.if ${MACHINE} == "newsmips"
SUBDIR+= \
xf86-video-wsfb
.endif # ${MACHINE} == "newsmips"
.if ${MACHINE} == "prep"
SUBDIR+= \
xf86-video-cirrus \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.20 2011/02/09 13:37:48 tsutsui Exp $
# $NetBSD: Makefile.common,v 1.21 2011/06/29 14:49:13 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@ -20,6 +20,7 @@
${MACHINE} == "i386" || \
${MACHINE} == "macppc" || \
${MACHINE} == "netwinder" || \
${MACHINE} == "newsmips" || \
${MACHINE} == "prep" || \
${MACHINE} == "ofppc" || \
${MACHINE} == "sgimips" || \
@ -60,9 +61,9 @@ XSERVER_HAS_CFB= yes
XSERVER_XMACPPC= yes
.endif
.if ${MACHINE} == "newsmips"
XSERVER_XNEWSMIPS?= yes
.endif
#.if ${MACHINE} == "newsmips"
#XSERVER_XNEWSMIPS?= yes
#.endif
.if ${MACHINE} == "pmax"
XSERVER_XDECNETBSD= yes

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2011/02/21 04:42:17 mrg Exp $
# $NetBSD: Makefile,v 1.29 2011/06/29 14:49:14 tsutsui Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@ -59,6 +59,7 @@ CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
.if ${MACHINE} == "ews4800mips" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "newsmips" || \
${MACHINE} == "sgimips"
SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.c
.for _FN in ${SRCS.bsd}