Changeset 9dbf5587 in mainline
- Timestamp:
- 2011-09-05T20:01:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16cc9a6
- Parents:
- a26895d (diff), e03d545 (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. - Files:
-
- 12 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
ra26895d r9dbf5587 103 103 $(USPACE_PATH)/srv/fs/fat/fat \ 104 104 $(USPACE_PATH)/srv/fs/cdfs/cdfs \ 105 $(USPACE_PATH)/srv/fs/minixfs/mfs \ 105 106 $(USPACE_PATH)/srv/fs/exfat/exfat \ 106 107 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ … … 155 156 $(USPACE_PATH)/app/locinfo/locinfo \ 156 157 $(USPACE_PATH)/app/mkfat/mkfat \ 158 $(USPACE_PATH)/app/mkminix/mkminix \ 157 159 $(USPACE_PATH)/app/lsusb/lsusb \ 158 160 $(USPACE_PATH)/app/sbi/sbi \ -
uspace/Makefile
ra26895d r9dbf5587 48 48 app/lsusb \ 49 49 app/mkfat \ 50 app/mkminix \ 50 51 app/redir \ 51 52 app/sbi \ … … 83 84 srv/fs/cdfs \ 84 85 srv/fs/tmpfs \ 86 srv/fs/minixfs \ 85 87 srv/fs/locfs \ 86 88 srv/fs/ext2fs \ -
uspace/Makefile.common
ra26895d r9dbf5587 121 121 LIBPACKET_PREFIX = $(LIB_PREFIX)/packet 122 122 LIBNET_PREFIX = $(LIB_PREFIX)/net 123 123 LIBMINIX_PREFIX = $(LIB_PREFIX)/minix 124 124 LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi 125 125
Note:
See TracChangeset
for help on using the changeset viewer.