Changeset 6843a9c in mainline for uspace/Makefile
- Timestamp:
- 2012-06-29T13:02:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 722912e
- Parents:
- ba72f2b (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
rba72f2b r6843a9c 43 43 app/getterm \ 44 44 app/init \ 45 app/inet \ 45 46 app/kill \ 46 47 app/killall \ 47 48 app/klog \ 48 app/loc info\49 app/loc \ 49 50 app/lsusb \ 50 51 app/mixerctl \ 51 52 app/mkfat \ 53 app/mkexfat \ 52 54 app/mkmfs \ 55 app/nterm \ 53 56 app/redir \ 54 57 app/sbi \ … … 66 69 app/nettest1 \ 67 70 app/nettest2 \ 71 app/nettest3 \ 68 72 app/ping \ 69 app/websrv \70 73 app/sysinfo \ 71 74 app/mkbd \ 72 srv/clip \ 73 srv/loc \ 75 app/websrv \ 76 srv/clipboard \ 77 srv/locsrv \ 74 78 srv/devman \ 75 79 srv/loader \ 80 srv/net/ethip \ 81 srv/net/inetsrv \ 82 srv/net/loopip \ 83 srv/net/tcp \ 84 srv/net/udp \ 76 85 srv/ns \ 77 86 srv/taskmon \ … … 94 103 srv/hid/fb \ 95 104 srv/hid/input \ 96 srv/h w/char/i8042\105 srv/hid/remcons \ 97 106 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 107 drv/audio/sb16 \ 107 108 drv/infrastructure/root \ 108 109 drv/infrastructure/rootvirt \ 110 drv/char/i8042 \ 111 drv/char/ps2mouse \ 112 drv/char/xtkbd \ 109 113 drv/test/test1 \ 110 114 drv/test/test2 \ … … 120 124 drv/bus/usb/usbmid \ 121 125 drv/bus/usb/vhc \ 122 drv/nic/lo \ 123 drv/nic/ne2k 126 drv/nic/ne2k \ 127 drv/nic/e1k \ 128 drv/nic/rtl8139 124 129 125 130 ifeq ($(CONFIG_PCC),y) … … 134 139 DIRS += \ 135 140 app/binutils 141 endif 142 143 ifeq ($(CONFIG_MSIM),y) 144 DIRS += \ 145 app/msim 136 146 endif 137 147
Note:
See TracChangeset
for help on using the changeset viewer.