build the sunleo driver on sparc and sparc64
This commit is contained in:
parent
630289bcad
commit
0757b51d96
|
@ -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+= \
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue