clean up the sources list.
this driver doesn't work yet, though. it has not been ported to libpciaccess yet.
This commit is contained in:
parent
b3141d0339
commit
e2812586d9
@ -1,13 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.3 2008/08/03 09:24:14 rtr Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/06/12 04:40:22 mrg Exp $
|
||||
|
||||
DRIVER= xf86-video-nsc
|
||||
DRIVER_NAME= nsc_drv
|
||||
|
||||
SRCS= durango.c nsc_driver.c nsc_galstub.c nsc_gx1_accel.c
|
||||
SRCS+= nsc_gx1_cursor.c nsc_gx1_dga.c nsc_gx1_driver.c
|
||||
SRCS+= nsc_gx1_shadow.c nsc_gx1_video.c nsc_gx2_accel.c
|
||||
SRCS+= nsc_gx2_cursor.c nsc_gx2_dga.c nsc_gx2_driver.c
|
||||
SRCS+= nsc_gx2_shadow.c nsc_gx2_video.c panel.c
|
||||
SRCS= durango.c nsc_driver.c nsc_galstub.c
|
||||
SRCS+= nsc_gx1_accel.c nsc_gx1_cursor.c nsc_gx1_dga.c
|
||||
SRCS+= nsc_gx1_driver.c nsc_gx1_shadow.c nsc_gx1_video.c
|
||||
SRCS+= nsc_gx2_accel.c nsc_gx2_cursor.c nsc_gx2_dga.c
|
||||
SRCS+= nsc_gx2_driver.c nsc_gx2_shadow.c nsc_gx2_video.c
|
||||
SRCS+= panel.c
|
||||
MAN= nsc.4
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.${DRIVER}}/src/gfx
|
||||
|
Loading…
x
Reference in New Issue
Block a user