Home | History | Annotate | Line # | Download | only in xf86-video-cirrus
      1 #	$NetBSD: Makefile,v 1.4 2022/07/12 02:42:40 mrg Exp $
      2 
      3 DRIVER=		xf86-video-cirrus
      4 DRIVER_NAME=	cirrus_drv
      5 
      6 SRCS=		cir_dga.c cir_driver.c CirrusClk.c cir_shadow.c
      7 SRCS+=		alp_driver.c alp.h alp_hwcurs.c alp_i2c.c alp_xaa.c
      8 SRCS+=		alp_xaam.c
      9 SRCS+=		lg_driver.c lg_hwcurs.c lg_i2c.c lg_xaa.c
     10 
     11 MAN=		cirrus.4
     12 
     13 CPPFLAGS.cir_driver.c=	-DVERSION=${PACKAGE_MAJOR}
     14 
     15 .include "../Makefile.xf86-driver"
     16