Cross Reference: Makefile
xref: /src/sys/modules/drmkms_ttm/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/modules/drmkms_ttm/
Makefile revision 1.1
11.1Sriastrad# $NetBSD: Makefile,v 1.1 2022/07/17 15:36:05 riastradh Exp $
21.1Sriastrad
31.1Sriastrad.include "../Makefile.inc"
41.1Sriastrad.include "../drmkms/Makefile.inc"
51.1Sriastrad
61.1SriastradKMOD=	drmkms_ttm
71.1Sriastrad
81.1Sriastrad.PATH:	${S}/external/bsd/drm2/ttm
91.1Sriastrad.PATH:	${S}/external/bsd/drm2/dist/drm/ttm
101.1Sriastrad
111.1SriastradCPPFLAGS+=	-DCONFIG_AGP=1
121.1Sriastrad
131.1SriastradWARNS=	3
141.1Sriastrad
151.1SriastradCOPTS.ttm_bo.c+=	${GCC_NO_IMPLICIT_FALLTHRU}
161.1Sriastrad
171.1SriastradCWARNFLAGS+=		-Wno-missing-field-initializers
181.1SriastradCWARNFLAGS+=		-Wno-shadow
191.1Sriastrad
201.1SriastradSRCS+=	ttm_agp_backend.c
211.1SriastradSRCS+=	ttm_memory.c
221.1SriastradSRCS+=	ttm_tt.c
231.1SriastradSRCS+=	ttm_bo.c
241.1SriastradSRCS+=	ttm_bo_util.c
251.1SriastradSRCS+=	ttm_bo_vm.c
261.1SriastradSRCS+=	ttm_module.c
271.1Sriastrad#SRCS+=	ttm_object.c
281.1Sriastrad#SRCS+=	ttm_lock.c
291.1SriastradSRCS+=	ttm_execbuf_util.c
301.1Sriastrad#SRCS+=	ttm_page_alloc.c
311.1SriastradSRCS+=	ttm_bo_manager.c
321.1Sriastrad#SRCS+=	ttm_page_alloc_dma.c
331.1SriastradSRCS+=	ttm_bus_dma.c
341.1Sriastrad
351.1Sriastrad.include <bsd.kmodule.mk>
36

Indexes created Tue Dec 16 05:09:39 GMT 2025