Changes in boot/arch/arm32/loader/Makefile [3052ff4:ff211d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/Makefile
r3052ff4 rff211d2 93 93 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \ 94 94 $(USPACEDIR)/srv/fs/fat/fat \ 95 $(USPACEDIR)/srv/bd/file_bd/file_bd \ 96 $(USPACEDIR)/srv/part/mbr_part/mbr_part 95 $(USPACEDIR)/srv/bd/file_bd/file_bd 97 96 ifeq ($(MACHINE),testarm) 98 97 RD_SRVS += \ … … 101 100 102 101 RD_APPS = \ 103 $(USPACEDIR)/app/edit/edit \104 102 $(USPACEDIR)/app/getvc/getvc \ 105 103 $(USPACEDIR)/app/tetris/tetris \
Note:
See TracChangeset
for help on using the changeset viewer.