Home | History | Annotate | Line # | Download | only in drmkms_pci
Makefile revision 1.6
      1  1.6  riastrad # $NetBSD: Makefile,v 1.6 2018/08/27 13:55:35 riastradh Exp $
      2  1.2  riastrad 
      3  1.2  riastrad .include "../Makefile.inc"
      4  1.2  riastrad .include "../drmkms/Makefile.inc"
      5  1.2  riastrad 
      6  1.2  riastrad .PATH:	${S}/external/bsd/drm2/pci
      7  1.2  riastrad .PATH:	${S}/external/bsd/drm2/dist/drm
      8  1.2  riastrad 
      9  1.2  riastrad KMOD=	drmkms_pci
     10  1.2  riastrad 
     11  1.6  riastrad CPPFLAGS+=	-DCONFIG_AGP
     12  1.6  riastrad CPPFLAGS+=	-DCONFIG_PCI
     13  1.6  riastrad 
     14  1.2  riastrad #SRCS+=	ati_pcigart.c		# XXX Restore for ATI support.
     15  1.4  riastrad SRCS+=	drm_agpsupport.c
     16  1.2  riastrad SRCS+=	drm_pci.c
     17  1.2  riastrad SRCS+=	drm_pci_module.c
     18  1.2  riastrad 
     19  1.5  riastrad SRCS+=	drmfb_pci.c
     20  1.5  riastrad 
     21  1.2  riastrad .include <bsd.kmodule.mk>
     22