Home | History | Annotate | Line # | Download | only in xf86-video-crime
      1 #	$NetBSD: Makefile,v 1.2 2011/05/23 02:48:48 christos Exp $
      2 
      3 DRIVER=		xf86-video-crime
      4 DRIVER_NAME=	crime_drv
      5 
      6 SRCS=		crime_driver.c crime_cursor.c crime_accel.c
      7 MAN=		crime.4
      8 
      9 CFLAGS+=	-march=mips3
     10 CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/fb
     11 
     12 .include "../Makefile.xf86-driver"
     13