Home | History | Annotate | Line # | Download | only in xf86-video-nsc
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/08/03 07:21:00 rtr Exp $
      2 
      3 DRIVER=		xf86-input-nsc
      4 DRIVER_NAME=	nsc_drv
      5 
      6 SRCS=		durango.c nsc_driver.c nsc_galstub.c nsc_gx1_accel.c
      7 SRCS+=		nsc_gx1_cursor.c nsc_gx1_dga.c nsc_gx1_driver.c
      8 SRCS+=		nsc_gx1_shadow.c nsc_gx1_video.c nsc_gx2_accel.c
      9 SRCS+=		nsc_gx2_cursor.c nsc_gx2_dga.c nsc_gx2_driver.c
     10 SRCS+=		nsc_gx2_shadow.c nsc_gx2_video.c panel.c
     11 MAN=		nsc.4
     12 
     13 .include "../Makefile.xf86-driver"
     14