Rev 2535 | Rev 2560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2535 | Rev 2542 | ||
---|---|---|---|
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_register.c |
45 | vfs_register.c \ |
- | 46 | vfs_lookup.c \ |
|
- | 47 | vfs_mount.c |
|
46 | 48 | ||
47 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
49 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
48 | 50 | ||
49 | .PHONY: all clean depend disasm |
51 | .PHONY: all clean depend disasm |
50 | 52 |