Changeset b50b5af2 in mainline for boot/arch/ppc32/loader/Makefile
- Timestamp:
- 2009-08-22T10:48:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04803bf
- Parents:
- 1ea99cc (diff), a71c158 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/Makefile
r1ea99cc rb50b5af2 62 62 SOURCES = \ 63 63 main.c \ 64 ofwarch.c \65 64 _components.c \ 66 ../../../genarch/ofw.c \67 65 ../../../generic/printf.c \ 68 66 ../../../generic/string.c \ 67 ../../../genarch/balloc.c \ 68 ../../../genarch/ofw.c \ 69 ../../../genarch/ofw_tree.c \ 70 ofwarch.c \ 69 71 asm.S \ 70 72 boot.S … … 73 75 $(KERNELDIR)/kernel.bin \ 74 76 $(USPACEDIR)/srv/ns/ns \ 77 $(USPACEDIR)/app/init/init \ 75 78 $(USPACEDIR)/srv/loader/loader \ 76 $(USPACEDIR)/app/init/init \77 79 $(USPACEDIR)/srv/devmap/devmap \ 78 80 $(USPACEDIR)/srv/bd/rd/rd \ … … 102 104 $(USPACEDIR)/app/dltest2/dltest2 \ 103 105 $(USPACEDIR)/app/trace/trace \ 104 $(USPACEDIR)/app/ klog/klog\105 $(USPACEDIR)/app/ bdsh/bdsh106 $(USPACEDIR)/app/bdsh/bdsh \ 107 $(USPACEDIR)/app/klog/klog 106 108 107 109 RD_LIBS = \
Note:
See TracChangeset
for help on using the changeset viewer.