Subversion Repositories HelenOS

Rev

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

Rev 2593 Rev 2625
Line 46... Line 46...
46
	vfs_file.c \
46
	vfs_file.c \
47
	vfs_register.c \
47
	vfs_register.c \
48
	vfs_lookup.c \
48
	vfs_lookup.c \
49
	vfs_mount.c \
49
	vfs_mount.c \
50
	vfs_open.c \
50
	vfs_open.c \
-
 
51
	vfs_read.c \
51
	vfs_unlink.c
52
	vfs_unlink.c
52
 
53
 
53
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
54
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
54
 
55
 
55
.PHONY: all clean depend disasm
56
.PHONY: all clean depend disasm