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.3
1#	$NetBSD: Makefile.rumpvfs,v 1.3 2009/01/01 19:43:57 pooka Exp $
2#
3
4.include "${RUMPTOP}/Makefile.rump"
5
6LIB=	rumpvfs
7
8.PATH:	${RUMPTOP}/librump/rumpvfs				\
9	${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern		\
10	${RUMPTOP}/../miscfs/genfs ${RUMPTOP}/../miscfs/syncfs
11
12#
13# Source modules, first the ones specifically implemented for librump.
14# 
15SRCS=	genfs_io.c rump_vfs.c rumpfs.c specfs.c vm_vfs.c
16
17SRCS+=	fstrans_stub.c vfsops_stub.c
18
19# sys/kern vfs
20SRCS+=	vfs_bio.c vfs_cache.c vfs_cwd.c vfs_dirhash.c vfs_getcwd.c	\
21	vfs_hooks.c vfs_init.c vfs_lookup.c vfs_subr.c vfs_syscalls.c	\
22	vfs_vnops.c vfs_wapbl.c vfs_xattr.c
23
24# sys/miscfs
25SRCS+=	genfs_vfsops.c genfs_vnops.c sync_subr.c
26
27# sys/kern bufq
28SRCS+=	subr_bufq.c bufq_disksort.c bufq_fcfs.c bufq_priocscan.c	\
29	bufq_readprio.c
30
31SRCS+=	rumpvnode_if.c
32
33# no shlib_version because this is automatically in sync with lib/librump
34SHLIB_MAJOR=    0
35SHLIB_MINOR=    0
36
37CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
38CFLAGS+=	-Wno-pointer-sign
39
40.include <bsd.lib.mk>
41.include <bsd.klinks.mk>
42

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