Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/Xserver/hw/xfree86/drivers/sunffb Add the assembler files.



details:   https://anonhg.NetBSD.org/src/rev/bc575b7dfe8f
branches:  trunk
changeset: 580907:bc575b7dfe8f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 15 19:32:21 2005 +0000

description:
Add the assembler files.

diffstat:

 x11/Xserver/hw/xfree86/drivers/sunffb/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r c3cec56c04a9 -r bc575b7dfe8f x11/Xserver/hw/xfree86/drivers/sunffb/Makefile
--- a/x11/Xserver/hw/xfree86/drivers/sunffb/Makefile    Sun May 15 18:39:39 2005 +0000
+++ b/x11/Xserver/hw/xfree86/drivers/sunffb/Makefile    Sun May 15 19:32:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2005/03/26 10:22:27 martin Exp $
+#      $NetBSD: Makefile,v 1.3 2005/05/15 19:32:21 martin Exp $
 
 XMODULEDIR=    ${X11USRLIBDIR}/modules/drivers
 
@@ -14,6 +14,9 @@
        ffb_stubs.c ffb_gc.c ffb_gspans.c ffb_sspans.c ffb_zeroarc.c \
        ffb_cursor.c ffb_dga.c ffb_dac.c ffb_wid.c ffb_dbe.c
 
+SRCS+= VISmoveImage.s ffb_asm.s
+AFLAGS+= -x assembler-with-cpp -Wa,-Av9a
+
 CPPFLAGS+=     -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/drivers/sunffb \
                -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/common \
                -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
@@ -30,7 +33,8 @@
                -I${X11SRCDIR.xc}/include/fonts \
                 -I${DESTDIR}${X11INCDIR}/X11 \
                 -I${DESTDIR}${X11INCDIR}/X11/extensions \
-               -I${XSERVERINCDIR}
+               -I${XSERVERINCDIR} \
+               -DUSE_VIS
 
 
 .if ${X11DRI} != "no"



Home | Main Index | Thread Index | Old Index