Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/procfs Sync procfs module with kernel change for...
details: https://anonhg.NetBSD.org/src/rev/d6b381b9fdc1
branches: trunk
changeset: 756209:d6b381b9fdc1
user: rmind <rmind%NetBSD.org@localhost>
date: Thu Jul 08 20:32:12 2010 +0000
description:
Sync procfs module with kernel change for x86 MD.
diffstat:
sys/modules/procfs/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c813772e5995 -r d6b381b9fdc1 sys/modules/procfs/Makefile
--- a/sys/modules/procfs/Makefile Thu Jul 08 20:13:19 2010 +0000
+++ b/sys/modules/procfs/Makefile Thu Jul 08 20:32:12 2010 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/08 20:32:12 rmind Exp $
.include "../Makefile.inc"
.PATH: ${S}/miscfs/procfs ${S} ${S}/arch/${MACHINE}/${MACHINE} \
${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+.PATH: ${S}/arch/x86/x86
+.endif
+
KMOD= procfs
SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c procfs_cmdline.c procfs_linux.c \
Home |
Main Index |
Thread Index |
Old Index