enable real PCI IO operations on macppc

( needs ofb.c 1.42 2005/09/22 and ppc_video.c 2005/09/22 )
This commit is contained in:
macallan 2005-09-22 18:53:26 +00:00
parent 178f17c813
commit 80c8afadaa

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2005/03/24 05:24:20 rtr Exp $
# $NetBSD: Makefile,v 1.11 2005/09/22 18:53:26 macallan Exp $
.include "../../../Makefile.serverlib"
@ -31,9 +31,9 @@ CPPFLAGS.${_FN}+= -DPCVT_SUPPORT -DWSCONS_SUPPORT \
.endif
.if ${MACHINE} == "macppc"
SRCS.bsd+= ppc_video.c bsdResource.c pm_noop.c lnx_agp.c ioperm_noop.c
SRCS.bsd+= ppc_video.c bsdResource.c pm_noop.c lnx_agp.c
.for _FN in ${SRCS.bsd}
CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC -DUSE_PPC_MMAP
.endfor
.endif