Rev 2938 | Rev 3008 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2938 | Rev 3005 | ||
---|---|---|---|
Line 45... | Line 45... | ||
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 | dthread.c \ |
- | 50 | breakpoint.c \ |
|
50 | main.c |
51 | main.c |
51 | 52 | ||
52 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
53 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
53 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
54 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
54 | 55 |