Subversion Repositories HelenOS

Rev

Rev 2560 | Rev 2593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2560 Rev 2590
Line 40... Line 40...
40
#
40
#
41
 
41
 
42
OUTPUT = vfs
42
OUTPUT = vfs
43
SOURCES = \
43
SOURCES = \
44
	vfs.c \
44
	vfs.c \
-
 
45
	vfs_node.c \
45
	vfs_register.c \
46
	vfs_register.c \
46
	vfs_lookup.c \
47
	vfs_lookup.c \
47
	vfs_mount.c \
48
	vfs_mount.c \
48
	vfs_open.c
49
	vfs_open.c
49
 
50