Changeset 8013637 in mainline for uspace/Makefile
- Timestamp:
- 2012-07-20T13:51:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fccd42
- Parents:
- c5bff3c (diff), 7030bc9 (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
-
uspace/Makefile
rc5bff3c r8013637 42 42 app/getterm \ 43 43 app/init \ 44 app/inet cfg\44 app/inet \ 45 45 app/kill \ 46 46 app/killall \ 47 47 app/klog \ 48 app/loc info\48 app/loc \ 49 49 app/lsusb \ 50 50 app/mkfat \ 51 51 app/mkexfat \ 52 52 app/mkmfs \ 53 app/nterm \ 53 54 app/redir \ 54 55 app/sbi \ … … 68 69 app/nettest3 \ 69 70 app/ping \ 70 app/websrv \71 71 app/sysinfo \ 72 72 app/mkbd \ 73 app/websrv \ 73 74 srv/clipboard \ 74 srv/loc \75 srv/locsrv \ 75 76 srv/devman \ 76 77 srv/loader \ 77 78 srv/net/ethip \ 78 srv/net/inet \79 srv/net/inetsrv \ 79 80 srv/net/loopip \ 80 81 srv/net/tcp \ … … 84 85 srv/vfs \ 85 86 srv/bd/ata_bd \ 87 srv/bd/sata_bd \ 86 88 srv/bd/file_bd \ 87 89 srv/bd/gxe_bd \ … … 104 106 drv/infrastructure/root \ 105 107 drv/infrastructure/rootvirt \ 108 drv/block/ahci \ 106 109 drv/char/i8042 \ 107 110 drv/char/ps2mouse \ … … 135 138 DIRS += \ 136 139 app/binutils 140 endif 141 142 ifeq ($(CONFIG_MSIM),y) 143 DIRS += \ 144 app/msim 137 145 endif 138 146
Note:
See TracChangeset
for help on using the changeset viewer.