Home | History | Annotate | Line # | Download | only in ati_pcigart
Makefile revision 1.1
      1  1.1  jmcneill # $NetBSD: Makefile,v 1.1 2011/08/28 15:56:21 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill .include "../Makefile.inc"
      4  1.1  jmcneill 
      5  1.1  jmcneill .PATH:	${S}/external/bsd/drm/dist/bsd-core
      6  1.1  jmcneill 
      7  1.1  jmcneill KMOD=   ati_pcigart
      8  1.1  jmcneill 
      9  1.1  jmcneill SRCS=	ati_pcigart.c
     10  1.1  jmcneill 
     11  1.1  jmcneill CPPFLAGS+=	-I${S}/external/bsd/drm/dist/shared-core
     12  1.1  jmcneill 
     13  1.1  jmcneill .include <bsd.kmodule.mk>
     14