Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/modules/i915drm2 Hook i915_module.c into the i9...



details:   https://anonhg.NetBSD.org/src/rev/06956f3e4f04
branches:  riastradh-drm2
changeset: 788357:06956f3e4f04
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:24:36 2013 +0000

description:
Hook i915_module.c into the i915drm2 module build.

diffstat:

 sys/modules/i915drm2/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1f182ed572cb -r 06956f3e4f04 sys/modules/i915drm2/Makefile
--- a/sys/modules/i915drm2/Makefile     Wed Jul 24 03:24:21 2013 +0000
+++ b/sys/modules/i915drm2/Makefile     Wed Jul 24 03:24:36 2013 +0000
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.1.2.2 2013/07/24 03:09:10 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.3 2013/07/24 03:24:36 riastradh Exp $
 
 .include "../Makefile.inc"
 .include "../drm2/Makefile.inc"
 
+CPPFLAGS+=     -I${S}/external/bsd/drm2/dist/drm/i915
+
+.PATH: ${S}/external/bsd/drm2/i915drm
 .PATH: ${S}/external/bsd/drm2/dist/drm/i915
 
 KMOD=  i915drm2
@@ -50,4 +53,6 @@
 SRCS+= intel_sprite.c
 SRCS+= intel_tv.c
 
+SRCS+= i915_module.c
+
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index