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 3462 | ||
|---|---|---|---|
| Line 102... | Line 102... | ||
| 102 | $(USPACEDIR)/srv/fs/fat/fat |
102 | $(USPACEDIR)/srv/fs/fat/fat |
| 103 | 103 | ||
| 104 | RD_APPS = \ |
104 | RD_APPS = \ |
| 105 | $(USPACEDIR)/app/tetris/tetris \ |
105 | $(USPACEDIR)/app/tetris/tetris \ |
| 106 | $(USPACEDIR)/app/tester/tester \ |
106 | $(USPACEDIR)/app/tester/tester \ |
| - | 107 | $(USPACEDIR)/app/trace/trace \ |
|
| 107 | $(USPACEDIR)/app/bdsh/bdsh \ |
108 | $(USPACEDIR)/app/bdsh/bdsh \ |
| 108 | $(USPACEDIR)/app/klog/klog |
109 | $(USPACEDIR)/app/klog/klog |
| 109 | 110 | ||
| 110 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
111 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
| 111 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |
112 | COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS)))) |