Cross Reference: Makefile.rumpvfs
xref: /src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/librump/rumpvfs/
Makefile.rumpvfs revision 1.10
1#	$NetBSD: Makefile.rumpvfs,v 1.10 2009/08/03 16:22:00 pooka Exp $
2#
3
4.include "${RUMPTOP}/Makefile.rump"
5
6LIB=	rumpvfs
7
8.PATH:	${RUMPTOP}/librump/rumpvfs				\
9	${RUMPTOP}/../kern					\
10	${RUMPTOP}/../miscfs/genfs ${RUMPTOP}/../miscfs/syncfs	\
11	${RUMPTOP}/../miscfs/specfs ${RUMPTOP}/../miscfs/deadfs	\
12	${RUMPTOP}/../compat/common
13
14#
15# Source modules, first the ones specifically implemented for librump.
16# 
17SRCS=	genfs_io.c rump_vfs.c rumpblk.c rumpfs.c vm_vfs.c
18
19SRCS+=	fstrans_stub.c vfsops_stub.c
20
21# sys/kern I/O
22SRCS+=	kern_physio.c
23
24# sys/kern vfs
25SRCS+=	vfs_bio.c vfs_cache.c vfs_cwd.c vfs_dirhash.c vfs_getcwd.c	\
26	vfs_hooks.c vfs_init.c vfs_lockf.c vfs_lookup.c vfs_subr.c	\
27	vfs_syscalls.c vfs_vnops.c vfs_wapbl.c vfs_xattr.c
28
29# sys/miscfs/syncfs
30SRCS+=	sync_subr.c sync_vnops.c
31
32# sys/miscfs/deadfs
33SRCS+=	dead_vnops.c
34
35# sys/miscfs
36SRCS+=	genfs_vfsops.c genfs_vnops.c spec_vnops.c
37
38# sys/kern bufq
39SRCS+=	subr_bufq.c bufq_disksort.c bufq_fcfs.c bufq_priocscan.c	\
40	bufq_readprio.c
41
42# compat syscalls
43SRCS+=	vfs_syscalls_50.c compat.c
44
45SRCS+=	rumpvnode_if.c
46
47# no shlib_version because this is automatically in sync with lib/librump
48SHLIB_MAJOR=    0
49SHLIB_MINOR=    0
50
51CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
52CFLAGS+=	-Wno-pointer-sign
53
54.include <bsd.lib.mk>
55.include <bsd.klinks.mk>
56

Indexes created Wed Dec 17 17:09:31 GMT 2025