Rev 3699 | Rev 3756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3699 | Rev 3746 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | ipc/send_sync.c \ |
54 | ipc/send_sync.c \ |
| 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 | vfs/vfs1.c |
60 | vfs/vfs1.c |
| 60 | 61 | ||
| 61 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
62 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
| 62 | 63 | ||
| 63 | .PHONY: all clean depend disasm |
64 | .PHONY: all clean depend disasm |