Rev 3536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3536 | Rev 3693 | ||
---|---|---|---|
Line 100... | Line 100... | ||
100 | 100 | ||
101 | RD_APPS = \ |
101 | RD_APPS = \ |
102 | $(USPACEDIR)/app/trace/trace \ |
102 | $(USPACEDIR)/app/trace/trace \ |
103 | $(USPACEDIR)/app/tetris/tetris \ |
103 | $(USPACEDIR)/app/tetris/tetris \ |
104 | $(USPACEDIR)/app/tester/tester \ |
104 | $(USPACEDIR)/app/tester/tester \ |
- | 105 | $(USPACEDIR)/app/debug/debug \ |
|
105 | $(USPACEDIR)/app/klog/klog \ |
106 | $(USPACEDIR)/app/klog/klog \ |
106 | $(USPACEDIR)/app/bdsh/bdsh |
107 | $(USPACEDIR)/app/bdsh/bdsh |
107 | 108 | ||
108 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
109 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
109 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |
110 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |