Add definitions for newsmips Xorg server. Build test only.
This commit is contained in:
parent
9e237288de
commit
8e44b59edd
7
external/mit/xorg/server/drivers/Makefile
vendored
7
external/mit/xorg/server/drivers/Makefile
vendored
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user