Rev 3005 | Rev 3108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3005 | Rev 3008 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | ## Sources |
42 | ## Sources |
43 | # |
43 | # |
44 | 44 | ||
45 | OUTPUT = debug |
45 | OUTPUT = debug |
46 | GENERIC_SOURCES = cmd.c \ |
46 | GENERIC_SOURCES = cmd.c \ |
47 | fib_synch.c \ |
- | |
48 | cons.c \ |
47 | cons.c \ |
49 | dthread.c \ |
48 | dthread.c \ |
50 | breakpoint.c \ |
49 | breakpoint.c \ |
51 | main.c |
50 | main.c |
52 | 51 |