Makefile revision 1.6
11.6Sriastrad# $NetBSD: Makefile,v 1.6 2018/08/27 13:55:35 riastradh Exp $ 21.2Sriastrad 31.2Sriastrad.include "../Makefile.inc" 41.2Sriastrad.include "../drmkms/Makefile.inc" 51.2Sriastrad 61.2Sriastrad.PATH: ${S}/external/bsd/drm2/pci 71.2Sriastrad.PATH: ${S}/external/bsd/drm2/dist/drm 81.2Sriastrad 91.2SriastradKMOD= drmkms_pci 101.2Sriastrad 111.6SriastradCPPFLAGS+= -DCONFIG_AGP 121.6SriastradCPPFLAGS+= -DCONFIG_PCI 131.6Sriastrad 141.2Sriastrad#SRCS+= ati_pcigart.c # XXX Restore for ATI support. 151.4SriastradSRCS+= drm_agpsupport.c 161.2SriastradSRCS+= drm_pci.c 171.2SriastradSRCS+= drm_pci_module.c 181.2Sriastrad 191.5SriastradSRCS+= drmfb_pci.c 201.5Sriastrad 211.2Sriastrad.include <bsd.kmodule.mk> 22