Makefile revision 1.5
11.4Swrstuden# $NetBSD: Makefile,v 1.5 2008/10/15 14:09:21 pooka Exp $ 21.1Sjmcneill 31.5Spooka.include "../Makefile.inc" 41.5Spooka 51.5Spooka.PATH: ${S}/dev/pci/drm 61.1Sjmcneill 71.1SjmcneillKMOD= radeondrm 81.1Sjmcneill 91.1SjmcneillSRCS= ati_pcigart.c 101.1SjmcneillSRCS+= r300_cmdbuf.c 111.1SjmcneillSRCS+= radeon_cp.c 121.1SjmcneillSRCS+= radeon_drv.c 131.1SjmcneillSRCS+= radeon_irq.c 141.1SjmcneillSRCS+= radeon_mem.c 151.1SjmcneillSRCS+= radeon_state.c 161.1Sjmcneill 171.5SpookaCPPFLAGS+= -I${S}/dev/drm 181.5Spooka 191.1Sjmcneill.include <bsd.kmodule.mk> 20