Sync procfs module with kernel change for x86 MD.
This commit is contained in:
parent
855db0253a
commit
ef6414a63a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user