Changeset 4c53333 in mainline for uspace/Makefile
- Timestamp:
- 2013-07-11T08:21:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 64e63ce1
- Parents:
- 80445cf (diff), c8bb1633 (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
r80445cf r4c53333 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ 39 40 app/devctl \ 41 app/dnscfg \ 42 app/dnsres \ 40 43 app/edit \ 41 app/ext2info \42 44 app/getterm \ 43 45 app/init \ 44 app/inet cfg\46 app/inet \ 45 47 app/kill \ 46 48 app/killall \ 47 49 app/klog \ 48 app/loc info\49 app/l susb\50 app/loc \ 51 app/logset \ 50 52 app/mkfat \ 51 53 app/mkexfat \ 52 54 app/mkmfs \ 55 app/nterm \ 53 56 app/redir \ 54 57 app/sbi \ … … 58 61 app/tester \ 59 62 app/testread \ 63 app/testwrit \ 60 64 app/tetris \ 61 65 app/trace \ … … 68 72 app/nettest3 \ 69 73 app/ping \ 70 app/ websrv\74 app/ping6 \ 71 75 app/sysinfo \ 72 76 app/mkbd \ 73 srv/clip \ 74 srv/loc \ 77 app/date \ 78 app/websrv \ 79 app/vdemo \ 80 app/vlaunch \ 81 app/vterm \ 82 srv/clipboard \ 83 srv/locsrv \ 84 srv/logger \ 75 85 srv/devman \ 76 86 srv/loader \ 87 srv/net/dnsrsrv \ 77 88 srv/net/ethip \ 78 srv/net/inet \ 89 srv/net/inetsrv \ 90 srv/net/loopip \ 91 srv/net/slip \ 79 92 srv/net/tcp \ 80 93 srv/net/udp \ … … 82 95 srv/taskmon \ 83 96 srv/vfs \ 84 srv/bd/ ata_bd \97 srv/bd/sata_bd \ 85 98 srv/bd/file_bd \ 86 srv/bd/gxe_bd \87 99 srv/bd/rd \ 88 100 srv/bd/part/guid_part \ 89 101 srv/bd/part/mbr_part \ 90 102 srv/fs/exfat \ 103 srv/fs/udf \ 91 104 srv/fs/fat \ 92 105 srv/fs/cdfs \ … … 94 107 srv/fs/mfs \ 95 108 srv/fs/locfs \ 96 srv/fs/ext2fs \ 109 srv/fs/ext4fs \ 110 srv/hid/compositor \ 97 111 srv/hid/console \ 98 112 srv/hid/s3c24xx_ts \ 99 srv/hid/ fb\113 srv/hid/isdv4_tablet \ 100 114 srv/hid/input \ 115 srv/hid/output \ 101 116 srv/hid/remcons \ 102 117 srv/hw/char/s3c24xx_uart \ 103 118 drv/infrastructure/root \ 104 119 drv/infrastructure/rootvirt \ 120 drv/block/ahci \ 121 drv/block/ata_bd \ 105 122 drv/char/i8042 \ 106 123 drv/char/ps2mouse \ … … 109 126 drv/test/test2 \ 110 127 drv/test/test3 \ 128 drv/fb/kfb \ 111 129 drv/bus/usb/ehci \ 112 130 drv/bus/usb/ohci \ … … 119 137 drv/bus/usb/usbmid \ 120 138 drv/bus/usb/vhc \ 121 drv/nic/lo \122 139 drv/nic/ne2k \ 123 140 drv/nic/e1k \ … … 137 154 endif 138 155 156 ifeq ($(CONFIG_MSIM),y) 157 DIRS += \ 158 app/msim 159 endif 160 139 161 ## Platform-specific hardware support 140 162 # … … 146 168 drv/bus/isa \ 147 169 drv/char/ns8250 \ 170 drv/time/cmos-rtc \ 148 171 srv/hw/irc/apic \ 149 172 srv/hw/irc/i8259 … … 156 179 drv/bus/isa \ 157 180 drv/char/ns8250 \ 181 drv/time/cmos-rtc \ 158 182 srv/hw/irc/apic \ 159 183 srv/hw/irc/i8259 … … 163 187 DIRS += \ 164 188 drv/infrastructure/rootmac \ 189 drv/bus/pci/pciintel \ 165 190 srv/hw/bus/cuda_adb 166 191 endif … … 169 194 DIRS += \ 170 195 srv/hw/irc/obio 196 endif 197 198 ifeq ($(UARCH),arm32) 199 DIRS += \ 200 drv/infrastructure/rootamdm37x \ 201 drv/fb/amdm37x_dispc 171 202 endif 172 203 … … 184 215 lib/softfloat \ 185 216 lib/drv \ 186 lib/fb \ 217 lib/graph \ 218 lib/gui \ 219 lib/softrend \ 220 lib/draw \ 187 221 lib/net \ 188 222 lib/nic \ 189 lib/ext 2\223 lib/ext4 \ 190 224 lib/usb \ 191 225 lib/usbhost \ … … 193 227 lib/usbhid \ 194 228 lib/usbvirt \ 229 lib/bithenge \ 195 230 lib/posix 196 231
Note:
See TracChangeset
for help on using the changeset viewer.