Changeset 97c7682 in mainline for uspace/Makefile
- Timestamp:
- 2012-07-14T11:18:40Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 804d9b6
- Parents:
- 0747468 (diff), f0348c8 (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
r0747468 r97c7682 42 42 app/getterm \ 43 43 app/init \ 44 app/inet \ 44 45 app/kill \ 45 46 app/killall \ 46 47 app/klog \ 47 app/loc info\48 app/loc \ 48 49 app/lsusb \ 49 50 app/mkfat \ 50 51 app/mkexfat \ 51 52 app/mkmfs \ 53 app/nterm \ 52 54 app/redir \ 53 55 app/sbi \ … … 67 69 app/nettest3 \ 68 70 app/ping \ 69 app/websrv \70 71 app/sysinfo \ 71 72 app/mkbd \ 72 srv/clip \ 73 srv/loc \ 73 app/websrv \ 74 srv/clipboard \ 75 srv/locsrv \ 74 76 srv/devman \ 75 77 srv/loader \ 78 srv/net/ethip \ 79 srv/net/inetsrv \ 80 srv/net/loopip \ 81 srv/net/tcp \ 82 srv/net/udp \ 76 83 srv/ns \ 77 84 srv/taskmon \ … … 96 103 srv/hid/remcons \ 97 104 srv/hw/char/s3c24xx_uart \ 98 srv/net/il/arp \99 srv/net/il/ip \100 srv/net/tl/icmp \101 srv/net/tl/udp \102 srv/net/tl/tcp \103 srv/net/nil/eth \104 srv/net/nil/nildummy \105 srv/net/net \106 105 drv/infrastructure/root \ 107 106 drv/infrastructure/rootvirt \ … … 122 121 drv/bus/usb/usbmid \ 123 122 drv/bus/usb/vhc \ 124 drv/nic/lo \125 123 drv/nic/ne2k \ 126 124 drv/nic/e1k \ … … 138 136 DIRS += \ 139 137 app/binutils 138 endif 139 140 ifeq ($(CONFIG_MSIM),y) 141 DIRS += \ 142 app/msim 140 143 endif 141 144
Note:
See TracChangeset
for help on using the changeset viewer.