Subversion Repositories HelenOS

Rev

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

Rev 2532 Rev 2535
Line 39... Line 39...
39
## Sources
39
## Sources
40
#
40
#
41
 
41
 
42
OUTPUT = vfs
42
OUTPUT = vfs
43
SOURCES = \
43
SOURCES = \
44
	vfs.c
44
	vfs.c \
-
 
45
	vfs_register.c
45
 
46
 
46
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
47
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
47
 
48
 
48
.PHONY: all clean depend disasm
49
.PHONY: all clean depend disasm
49
 
50