Rev 3410 | Rev 3486 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3410 | Rev 3438 | ||
|---|---|---|---|
| Line 104... | Line 104... | ||
| 104 | $(USPACEDIR)/srv/fs/fat/fat |
104 | $(USPACEDIR)/srv/fs/fat/fat |
| 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/bdsh/bdsh \ |
110 | $(USPACEDIR)/app/bdsh/bdsh \ |
| 110 | $(USPACEDIR)/app/klog/klog |
111 | $(USPACEDIR)/app/klog/klog |
| 111 | 112 | ||
| 112 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
113 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
| 113 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |
114 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |