Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / server / fs / vfs / Makefile @ 03e9c04a

History | View | Annotate | Download (169 Bytes)

1
TARGET=		vfscore.o
2
SRCS=		main.c vfs_conf.c vfs_task.c vfs_syscalls.c \
3
		vfs_mount.c vfs_bio.c vfs_vnode.c vfs_lookup.c \
4
		vfs_security.c
5

    
6
include $(SRCDIR)/mk/obj.mk