Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/drmkms_linux Fix module build of drmkms_linux.



details:   https://anonhg.NetBSD.org/src/rev/07ae0c977157
branches:  trunk
changeset: 332303:07ae0c977157
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Sep 14 20:09:18 2014 +0000

description:
Fix module build of drmkms_linux.

diffstat:

 sys/modules/drmkms_linux/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e18292ebfe60 -r 07ae0c977157 sys/modules/drmkms_linux/Makefile
--- a/sys/modules/drmkms_linux/Makefile Sun Sep 14 20:08:21 2014 +0000
+++ b/sys/modules/drmkms_linux/Makefile Sun Sep 14 20:09:18 2014 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2014/07/17 13:52:22 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/14 20:09:18 riastradh Exp $
 
 .include "../Makefile.inc"
 
 .PATH: ${S}/external/bsd/drm2/linux
 
+CPPFLAGS+=     -I${S}/external/bsd/common/include
 CPPFLAGS+=     -I${S}/external/bsd/drm2/include
 
 # XXX Kludge!



Home | Main Index | Thread Index | Old Index