build the sunleo driver on sparc and sparc64

This commit is contained in:
macallan 2009-09-05 22:35:53 +00:00
parent 630289bcad
commit 0757b51d96
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2009/08/27 04:35:57 mrg Exp $
# $NetBSD: Makefile,v 1.32 2009/09/05 22:35:53 macallan Exp $
SUBDIR= \
xf86-input-keyboard \
@ -40,6 +40,7 @@ SUBDIR+= \
xf86-video-radeon \
xf86-video-suncg6 \
xf86-video-sunffb \
xf86-video-sunleo \
xf86-video-wsfb
.if ${MACHINE} == "sparc"
SUBDIR+= \

View File

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2009/09/05 22:35:53 macallan Exp $
DRIVER= xf86-video-sunleo
DRIVER_NAME= sunleo_drv
SRCS= leo_accel.c leo_checks.c leo_cursor.c leo_driver.c \
leo_frect.c leo_frectsp.c leo_fspans.c leo_fspanssp.c \
leo_glyph.c
CPPFLAGS+= ${X11FLAGS.DRI}
MAN= sunleo.4
.include "../Makefile.xf86-driver"