Changes in boot/arch/mips32/loader/Makefile [1ea99cc:2a18193c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/Makefile
r1ea99cc r2a18193c 112 112 $(USPACEDIR)/app/tetris/tetris \ 113 113 $(USPACEDIR)/app/tester/tester \ 114 $(USPACEDIR)/app/dload/dload \115 $(USPACEDIR)/app/dltest/dltest \116 $(USPACEDIR)/app/dltest2/dltest2 \117 114 $(USPACEDIR)/app/trace/trace \ 118 115 $(USPACEDIR)/app/bdsh/bdsh \ 119 116 $(USPACEDIR)/app/klog/klog 120 121 RD_LIBS = \122 $(USPACEDIR)/lib/libc/shared/libc.so.0 \123 $(USPACEDIR)/lib/libtest/libtest.so.0124 117 125 118 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) … … 150 143 -rm -f _components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o $(OBJECTS) initrd.img image.raw image.boot Makefile.depend 151 144 152 _components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_SRVS) $(RD_ LIBS) $(RD_APPS) _link.ld.in145 _components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_SRVS) $(RD_APPS) _link.ld.in 153 146 for file in $(RD_SRVS) ; do \ 154 147 cp $$file $(USPACEDIR)/dist/srv/ ; \ 155 done156 for lib in $(RD_LIBS) ; do \157 cp $$lib $(USPACEDIR)/dist/lib/ ; \158 148 done 159 149 for file in $(RD_APPS) ; do \
Note:
See TracChangeset
for help on using the changeset viewer.