Changeset 8ad5470 in mainline for uspace/Makefile
- Timestamp:
- 2012-05-24T15:30:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa3704d
- Parents:
- 15b794d (diff), df3f85f (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
r15b794d r8ad5470 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 \ … … 70 70 app/nettest3 \ 71 71 app/ping \ 72 app/websrv \73 72 app/sysinfo \ 74 73 app/mkbd \ 74 app/websrv \ 75 75 srv/clipboard \ 76 srv/loc \76 srv/locsrv \ 77 77 srv/devman \ 78 78 srv/loader \ 79 79 srv/net/ethip \ 80 srv/net/inet \80 srv/net/inetsrv \ 81 81 srv/net/loopip \ 82 82 srv/net/tcp \ … … 140 140 endif 141 141 142 ifeq ($(CONFIG_MSIM),y) 143 DIRS += \ 144 app/msim 145 endif 146 142 147 ## Platform-specific hardware support 143 148 #
Note:
See TracChangeset
for help on using the changeset viewer.