Changes in / [2ac62cf:b077886e] in mainline
- Files:
-
- 4 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r2ac62cf rb077886e 56 56 57 57 RD_APPS = \ 58 $(USPACEDIR)/app/edit/edit \ 58 59 $(USPACEDIR)/app/getvc/getvc \ 59 60 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/arm32/loader/Makefile
r2ac62cf rb077886e 101 101 102 102 RD_APPS = \ 103 $(USPACEDIR)/app/edit/edit \ 103 104 $(USPACEDIR)/app/getvc/getvc \ 104 105 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/ia32/Makefile.inc
r2ac62cf rb077886e 56 56 57 57 RD_APPS = \ 58 $(USPACEDIR)/app/edit/edit \ 58 59 $(USPACEDIR)/app/getvc/getvc \ 59 60 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/ia64/loader/Makefile
r2ac62cf rb077886e 108 108 109 109 RD_APPS = \ 110 $(USPACEDIR)/app/edit/edit \ 110 111 $(USPACEDIR)/app/getvc/getvc \ 111 112 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/mips32/loader/Makefile
r2ac62cf rb077886e 110 110 111 111 RD_APPS = \ 112 $(USPACEDIR)/app/edit/edit \ 112 113 $(USPACEDIR)/app/getvc/getvc \ 113 114 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/ppc32/loader/Makefile
r2ac62cf rb077886e 98 98 99 99 RD_APPS = \ 100 $(USPACEDIR)/app/edit/edit \ 100 101 $(USPACEDIR)/app/getvc/getvc \ 101 102 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/sparc64/loader/Makefile
r2ac62cf rb077886e 115 115 116 116 RD_APPS = \ 117 $(USPACEDIR)/app/edit/edit \ 117 118 $(USPACEDIR)/app/getvc/getvc \ 118 119 $(USPACEDIR)/app/tetris/tetris \ -
uspace/Makefile
r2ac62cf rb077886e 53 53 srv/devmap \ 54 54 srv/part/mbr_part \ 55 app/edit \ 55 56 app/tetris \ 56 57 app/tester \
Note:
See TracChangeset
for help on using the changeset viewer.