Home | History | Annotate | Line # | Download | only in xf86-video-ast
      1 #	$NetBSD: Makefile,v 1.6 2016/08/16 06:24:01 mrg Exp $
      2 
      3 DRIVER=		xf86-video-ast
      4 DRIVER_NAME=	ast_drv
      5 
      6 SRCS=		ast_2dtool.c ast_accel.c ast_cursor.c ast_driver.c
      7 SRCS+=		ast_mode.c ast_tool.c ast_vgatool.c
      8 
      9 CWARNFLAGS.clang+=	-Wno-format
     10 
     11 .include "../Makefile.xf86-driver"
     12