Home | History | Annotate | Line # | Download | only in xf86-video-i740
      1 #	$NetBSD: Makefile,v 1.8 2016/09/02 03:49:55 jakllsch Exp $
      2 
      3 DRIVER=		xf86-video-i740
      4 DRIVER_NAME=	i740_drv
      5 
      6 SRCS=		i740_accel.c i740_cursor.c i740_dga.c i740_driver.c
      7 SRCS+=		i740_i2c.c i740_io.c i740_video.c
      8 MAN=		i740.4
      9 
     10 COPTS+=		${${ACTIVE_CC} == "gcc":? -Wno-error=cpp :}
     11 COPTS+=		${${ACTIVE_CC} == "clang":? -Wno-error=\#warnings :}
     12 
     13 .include "../Makefile.xf86-driver"
     14