Rev 2936 | Rev 3005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2936 | Rev 2938 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | 44 | ||
| 45 | OUTPUT = debug |
45 | OUTPUT = debug |
| 46 | GENERIC_SOURCES = cmd.c \ |
46 | GENERIC_SOURCES = cmd.c \ |
| 47 | fib_synch.c \ |
47 | fib_synch.c \ |
| 48 | cons.c \ |
48 | cons.c \ |
| - | 49 | dthread.c \ |
|
| 49 | main.c |
50 | main.c |
| 50 | 51 | ||
| 51 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
52 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
| 52 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
53 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
| 53 | 54 | ||