Module Name:    src
Committed By:   christos
Date:           Wed Nov 12 02:13:30 UTC 2014

Modified Files:
        src/sys/modules/drmkms: Makefile

Log Message:
make this work: add agpsupport and sysctl code


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/drmkms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/drmkms/Makefile
diff -u src/sys/modules/drmkms/Makefile:1.4 src/sys/modules/drmkms/Makefile:1.5
--- src/sys/modules/drmkms/Makefile:1.4	Tue Nov 11 06:30:21 2014
+++ src/sys/modules/drmkms/Makefile	Tue Nov 11 21:13:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/11/11 11:30:21 nonaka Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/12 02:13:30 christos Exp $
 
 .include "../Makefile.inc"
 .include "Makefile.inc"
@@ -11,7 +11,7 @@ KMOD=	drmkms
 
 # Upstream source files.
 #SRCS+=	ati_pcigart.c		# Moved to drmkms_pci module.
-#SRCS+=	drm_agpsupport.c	# Moved to drmkms_pci module.
+SRCS+=	drm_agpsupport.c	# Moved to drmkms_pci module.
 SRCS+=	drm_auth.c
 SRCS+=	drm_buffer.c
 SRCS+=	drm_bufs.c
@@ -46,6 +46,7 @@ SRCS+=	drm_probe_helper.c
 SRCS+=	drm_rect.c
 SRCS+=	drm_scatter.c
 SRCS+=	drm_stub.c
+SRCS+=	drm_sysctl.c
 SRCS+=	drm_sysfs.c
 SRCS+=	drm_vm.c
 SRCS+=	drm_vma_manager.c

Reply via email to