Home | History | Annotate | Line # | Download | only in radeondrm
Makefile revision 1.5
      1  1.4  wrstuden # $NetBSD: Makefile,v 1.5 2008/10/15 14:09:21 pooka Exp $
      2  1.1  jmcneill 
      3  1.5     pooka .include "../Makefile.inc"
      4  1.5     pooka 
      5  1.5     pooka .PATH:	${S}/dev/pci/drm
      6  1.1  jmcneill 
      7  1.1  jmcneill KMOD=   radeondrm
      8  1.1  jmcneill 
      9  1.1  jmcneill SRCS=	ati_pcigart.c
     10  1.1  jmcneill SRCS+=	r300_cmdbuf.c
     11  1.1  jmcneill SRCS+=	radeon_cp.c
     12  1.1  jmcneill SRCS+=	radeon_drv.c
     13  1.1  jmcneill SRCS+=	radeon_irq.c
     14  1.1  jmcneill SRCS+=	radeon_mem.c
     15  1.1  jmcneill SRCS+=	radeon_state.c
     16  1.1  jmcneill 
     17  1.5     pooka CPPFLAGS+=	-I${S}/dev/drm
     18  1.5     pooka 
     19  1.1  jmcneill .include <bsd.kmodule.mk>
     20