build EXA support, tested on macppc

This commit is contained in:
macallan 2013-11-06 14:53:29 +00:00
parent 95bb5188d6
commit f620771e1d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2011/08/11 23:15:40 joerg Exp $
# $NetBSD: Makefile,v 1.7 2013/11/06 14:53:29 macallan Exp $
DRIVER= xf86-video-mach64
DRIVER_NAME= mach64_drv
@ -11,14 +11,14 @@ SRCS= atibus.c atichip.c atiprobe.c atividmem.c \
atimach64xv.c atimode.c atipreinit.c atiprint.c \
atirgb514.c atiscreen.c atituner.c atiutil.c \
ativalid.c atiload.c atimisc.c atimach64probe.c \
${SRCS.cpio} ${SRCS.dga} #${SRCS.dri} ${SRCS.exa}
${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri}
SRCS.cpio= ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
SRCS.dga= atidga.c
SRCS.dri= atidri.c
SRCS.exa= atimach64exa.c
CPPFLAGS+= -DUSE_XAA
CPPFLAGS+= -DUSE_XAA -DUSE_EXA
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "sparc"