Rev 3746 | Rev 3758 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3746 | Rev 3756 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | ipc/answer.c \ |
55 | ipc/answer.c \ |
| 56 | ipc/hangup.c \ |
56 | ipc/hangup.c \ |
| 57 | loop/loop1.c \ |
57 | loop/loop1.c \ |
| 58 | devmap/devmap1.c \ |
58 | devmap/devmap1.c \ |
| 59 | console/console1.c \ |
59 | console/console1.c \ |
| - | 60 | stdio/stdio1.c \ |
|
| 60 | vfs/vfs1.c |
61 | vfs/vfs1.c |
| 61 | 62 | ||
| 62 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
63 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
| 63 | 64 | ||
| 64 | .PHONY: all clean depend disasm |
65 | .PHONY: all clean depend disasm |