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 105... | Line 105... | ||
105 | 105 | ||
106 | RD_APPS = \ |
106 | RD_APPS = \ |
107 | $(USPACEDIR)/app/tetris/tetris \ |
107 | $(USPACEDIR)/app/tetris/tetris \ |
108 | $(USPACEDIR)/app/tester/tester \ |
108 | $(USPACEDIR)/app/tester/tester \ |
109 | $(USPACEDIR)/app/trace/trace \ |
109 | $(USPACEDIR)/app/trace/trace \ |
- | 110 | $(USPACEDIR)/app/debug/debug \ |
|
110 | $(USPACEDIR)/app/klog/klog \ |
111 | $(USPACEDIR)/app/klog/klog \ |
111 | $(USPACEDIR)/app/bdsh/bdsh |
112 | $(USPACEDIR)/app/bdsh/bdsh |
112 | 113 | ||
113 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
114 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
114 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |
115 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |