Sync procfs module with kernel change for x86 MD.

This commit is contained in:
rmind 2010-07-08 20:32:12 +00:00
parent 855db0253a
commit ef6414a63a

View File

@ -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 \