Home | History | Annotate | Line # | Download | only in drmkms_pci
Makefile revision 1.7
      1  1.6  riastrad # $NetBSD: Makefile,v 1.7 2018/08/28 03:41:40 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.7  riastrad .PATH:	${S}/external/bsd/drm2/linux
      7  1.2  riastrad .PATH:	${S}/external/bsd/drm2/pci
      8  1.7  riastrad 
      9  1.2  riastrad .PATH:	${S}/external/bsd/drm2/dist/drm
     10  1.2  riastrad 
     11  1.2  riastrad KMOD=	drmkms_pci
     12  1.2  riastrad 
     13  1.7  riastrad CPPFLAGS+=	-I.
     14  1.7  riastrad 
     15  1.7  riastrad SRCS+=	drmfb_pci.c
     16  1.7  riastrad SRCS+=	linux_pci.c
     17  1.6  riastrad 
     18  1.2  riastrad #SRCS+=	ati_pcigart.c		# XXX Restore for ATI support.
     19  1.4  riastrad SRCS+=	drm_agpsupport.c
     20  1.2  riastrad SRCS+=	drm_pci.c
     21  1.2  riastrad SRCS+=	drm_pci_module.c
     22  1.2  riastrad 
     23  1.2  riastrad .include <bsd.kmodule.mk>
     24