* compile param.c

* move opts to a separate directory
This commit is contained in:
pooka 2007-08-08 09:06:11 +00:00
parent 8b3327fe73
commit 7772c7295b
16 changed files with 17 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/08/07 10:13:31 pooka Exp $
# $NetBSD: Makefile,v 1.3 2007/08/08 09:06:11 pooka Exp $
#
.include <bsd.own.mk>
@ -6,7 +6,8 @@
LIB= rump
.PATH: ${NETBSDSRCDIR}/sys/kern ${NETBSDSRCDIR}/sys/lib/libkern
.PATH: ${NETBSDSRCDIR}/sys/kern ${NETBSDSRCDIR}/sys/lib/libkern \
${NETBSDSRCDIR}/sys/conf
# implements something
SRCS= rump.c buffercache.c emul.c vfs.c genfs.c vm.c pool.c specfs.c
@ -16,7 +17,7 @@ SRCS+= fstrans_stub.c kauth_stub.c lock_stub.c misc_stub.c vfsops_stub.c
# sys/kern
SRCS+= subr_hash.c subr_prf_bitmask.c subr_xxx.c vfs_init.c \
vfs_cache.c vfs_subr2.c vnode_if.c
vfs_cache.c vfs_subr2.c vnode_if.c param.c
# src/lib/libkern
SRCS+= scanc.c skpc.c
@ -25,7 +26,8 @@ RUMUSEROBJDIR != cd ${.CURDIR}/../rumpuser && ${PRINTOBJDIR}
OBJS+= ${RUMUSEROBJDIR}/rumpuser.o
CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${NETBSDSRCDIR}/common/include \
-I${NETBSDSRCDIR}/sys/rump/librump/rumpuser
-I${NETBSDSRCDIR}/sys/rump/librump/rumpuser \
-I${.CURDIR}/opt -DMAXUSERS=32
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -1,4 +1,4 @@
/* $NetBSD: emul.c,v 1.2 2007/08/08 07:50:33 pooka Exp $ */
/* $NetBSD: emul.c,v 1.3 2007/08/08 09:06:11 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -46,8 +46,6 @@
#include "rump.h"
#include "rumpuser.h"
#define MAXUSERS 32
int desiredvnodes = NVNODE;
time_t time_second = 1;
kmutex_t proclist_mutex;

View File

@ -0,0 +1 @@
/* $NetBSD: config_file.h,v 1.1 2007/08/08 09:06:12 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_ddb.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_hz.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_multiprocessor.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_nmbclusters.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_revcache.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_rtc_offset.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_sysv.h,v 1.1 2007/08/08 09:06:13 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_sysvparam.h,v 1.1 2007/08/08 09:06:14 pooka Exp $ */

View File

@ -0,0 +1 @@
/* $NetBSD: opt_vnode_lockdebug.h,v 1.1 2007/08/08 09:06:14 pooka Exp $ */

View File

@ -1 +0,0 @@
/* $NetBSD: opt_ddb.h,v 1.1 2007/08/05 22:28:08 pooka Exp $ */

View File

@ -1 +0,0 @@
/* $NetBSD: opt_multiprocessor.h,v 1.1 2007/08/05 22:28:09 pooka Exp $ */

View File

@ -1 +0,0 @@
/* $NetBSD: opt_revcache.h,v 1.1 2007/08/05 22:28:09 pooka Exp $ */

View File

@ -1 +0,0 @@
/* $NetBSD: opt_vnode_lockdebug.h,v 1.1 2007/08/05 22:28:09 pooka Exp $ */