Changeset e6a78b9 in mainline for uspace/Makefile
- Timestamp:
- 2012-06-29T15:31:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9432f08
- Parents:
- 34ab31c (diff), 0bbd13e (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
r34ab31c re6a78b9 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 \ … … 137 138 endif 138 139 140 ifeq ($(CONFIG_MSIM),y) 141 DIRS += \ 142 app/msim 143 endif 144 139 145 ## Platform-specific hardware support 140 146 #
Note:
See TracChangeset
for help on using the changeset viewer.