Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Sort.
details: https://anonhg.NetBSD.org/src/rev/152392300b72
branches: trunk
changeset: 364661:152392300b72
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 13:45:20 2018 +0000
description:
Sort.
diffstat:
sys/external/bsd/drm2/linux/files.drmkms_linux | 4 ++--
sys/modules/drmkms_linux/Makefile | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 04bbc8fee564 -r 152392300b72 sys/external/bsd/drm2/linux/files.drmkms_linux
--- a/sys/external/bsd/drm2/linux/files.drmkms_linux Mon Aug 27 13:45:08 2018 +0000
+++ b/sys/external/bsd/drm2/linux/files.drmkms_linux Mon Aug 27 13:45:20 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: files.drmkms_linux,v 1.13 2018/08/27 13:33:59 riastradh Exp $
+# $NetBSD: files.drmkms_linux,v 1.14 2018/08/27 13:45:20 riastradh Exp $
define drmkms_linux: i2cexec, i2c_bitbang
+makeoptions drmkms_linux CPPFLAGS+="-I$S/external/bsd/common/include"
makeoptions drmkms_linux CPPFLAGS+="-I$S/external/bsd/drm2/include"
-makeoptions drmkms_linux CPPFLAGS+="-I$S/external/bsd/common/include"
file external/bsd/drm2/linux/linux_dmi.c drmkms_linux
file external/bsd/drm2/linux/linux_fence.c drmkms_linux
diff -r 04bbc8fee564 -r 152392300b72 sys/modules/drmkms_linux/Makefile
--- a/sys/modules/drmkms_linux/Makefile Mon Aug 27 13:45:08 2018 +0000
+++ b/sys/modules/drmkms_linux/Makefile Mon Aug 27 13:45:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/02/24 22:04:15 skrll Exp $
+# $NetBSD: Makefile,v 1.8 2018/08/27 13:52:47 riastradh Exp $
#
# At some point this needs to turn into linux.kmod and a proper home for it
@@ -8,8 +8,8 @@
.include "../Makefile.inc"
+.PATH: ${S}/external/bsd/common/linux
.PATH: ${S}/external/bsd/drm2/linux
-.PATH: ${S}/external/bsd/common/linux
CPPFLAGS+= -I${S}/external/bsd/common/include
CPPFLAGS+= -I${S}/external/bsd/drm2/include
@@ -20,9 +20,9 @@
KMOD= drmkms_linux
SRCS+= linux_dmi.c
-SRCS+= linux_kmap.c
SRCS+= linux_i2c.c
SRCS+= linux_idr.c
+SRCS+= linux_kmap.c
SRCS+= linux_list_sort.c
SRCS+= linux_module.c
SRCS+= linux_work.c
Home |
Main Index |
Thread Index |
Old Index