svn commit: r273902 - head/sys/modules/drm2/drm2

Tijl Coosemans tijl at FreeBSD.org
Fri Oct 31 10:45:35 UTC 2014


Author: tijl
Date: Fri Oct 31 10:45:34 2014
New Revision: 273902
URL: https://svnweb.freebsd.org/changeset/base/273902

Log:
  Build ttm_agp_backend.c.
  
  Reported by:	dumbbell
  MFC after:	1 month

Modified:
  head/sys/modules/drm2/drm2/Makefile

Modified: head/sys/modules/drm2/drm2/Makefile
==============================================================================
--- head/sys/modules/drm2/drm2/Makefile	Fri Oct 31 10:35:01 2014	(r273901)
+++ head/sys/modules/drm2/drm2/Makefile	Fri Oct 31 10:45:34 2014	(r273902)
@@ -35,6 +35,7 @@ SRCS	= \
 	drm_stub.c \
 	drm_sysctl.c \
 	drm_vm.c \
+	ttm_agp_backend.c \
 	ttm_lock.c \
 	ttm_object.c \
 	ttm_tt.c \
@@ -46,7 +47,6 @@ SRCS	= \
 	ttm_page_alloc.c \
 	ttm_bo_vm.c \
 	ati_pcigart.c
-#ttm_agp_backend.c
 #ttm_page_alloc_dma.c
 
 .if ${MACHINE_CPUARCH} == "amd64"


More information about the svn-src-head mailing list