Home | History | Annotate | Line # | Download | only in drmkms_pci
Makefile revision 1.5.16.1
      1  1.5.16.1  pgoyette # $NetBSD: Makefile,v 1.5.16.1 2018/09/06 06:56:43 pgoyette 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.5.16.1  pgoyette .PATH:	${S}/external/bsd/drm2/linux
      7       1.2  riastrad .PATH:	${S}/external/bsd/drm2/pci
      8  1.5.16.1  pgoyette 
      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.5.16.1  pgoyette SRCS+=	drmfb_pci.c
     14  1.5.16.1  pgoyette SRCS+=	linux_pci.c
     15  1.5.16.1  pgoyette 
     16       1.2  riastrad #SRCS+=	ati_pcigart.c		# XXX Restore for ATI support.
     17       1.4  riastrad SRCS+=	drm_agpsupport.c
     18       1.2  riastrad SRCS+=	drm_pci.c
     19       1.2  riastrad SRCS+=	drm_pci_module.c
     20       1.2  riastrad 
     21       1.2  riastrad .include <bsd.kmodule.mk>
     22