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