Changeset a1e2df13 in mainline for uspace/Makefile
- Timestamp:
- 2012-11-11T21:31:03Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25eec4e
- Parents:
- 141a20d (diff), d1538a1 (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
r141a20d ra1e2df13 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 47 48 app/klog \ 48 49 app/loc \ 49 app/l susb\50 app/logset \ 50 51 app/mkfat \ 51 52 app/mkexfat \ … … 59 60 app/tester \ 60 61 app/testread \ 62 app/testwrit \ 61 63 app/tetris \ 62 64 app/trace \ … … 71 73 app/sysinfo \ 72 74 app/mkbd \ 75 app/date \ 73 76 app/websrv \ 77 app/vdemo \ 78 app/vlaunch \ 79 app/vterm \ 74 80 srv/clipboard \ 75 81 srv/locsrv \ 82 srv/logger \ 76 83 srv/devman \ 77 84 srv/loader \ … … 86 93 srv/vfs \ 87 94 srv/bd/ata_bd \ 95 srv/bd/sata_bd \ 88 96 srv/bd/file_bd \ 89 97 srv/bd/gxe_bd \ … … 92 100 srv/bd/part/mbr_part \ 93 101 srv/fs/exfat \ 102 srv/fs/udf \ 94 103 srv/fs/fat \ 95 104 srv/fs/cdfs \ … … 98 107 srv/fs/locfs \ 99 108 srv/fs/ext2fs \ 109 srv/fs/ext4fs \ 110 srv/hid/compositor \ 100 111 srv/hid/console \ 101 112 srv/hid/s3c24xx_ts \ 102 srv/hid/ fb\113 srv/hid/isdv4_tablet \ 103 114 srv/hid/input \ 115 srv/hid/output \ 104 116 srv/hid/remcons \ 105 117 srv/hw/char/s3c24xx_uart \ 106 118 drv/infrastructure/root \ 107 119 drv/infrastructure/rootvirt \ 120 drv/block/ahci \ 108 121 drv/char/i8042 \ 109 122 drv/char/ps2mouse \ … … 112 125 drv/test/test2 \ 113 126 drv/test/test3 \ 127 drv/fb/kfb \ 114 128 drv/bus/usb/ehci \ 115 129 drv/bus/usb/ohci \ … … 124 138 drv/nic/ne2k \ 125 139 drv/nic/e1k \ 126 drv/nic/rtl8139 140 drv/nic/rtl8139 \ 127 141 128 142 ifeq ($(CONFIG_PCC),y) … … 153 167 drv/bus/isa \ 154 168 drv/char/ns8250 \ 169 drv/time/cmos-rtc \ 155 170 srv/hw/irc/apic \ 156 171 srv/hw/irc/i8259 … … 163 178 drv/bus/isa \ 164 179 drv/char/ns8250 \ 180 drv/time/cmos-rtc \ 165 181 srv/hw/irc/apic \ 166 182 srv/hw/irc/i8259 … … 170 186 DIRS += \ 171 187 drv/infrastructure/rootmac \ 188 drv/bus/pci/pciintel \ 172 189 srv/hw/bus/cuda_adb 173 190 endif … … 191 208 lib/softfloat \ 192 209 lib/drv \ 193 lib/fb \ 210 lib/graph \ 211 lib/gui \ 212 lib/softrend \ 213 lib/draw \ 194 214 lib/net \ 195 215 lib/nic \ 196 216 lib/ext2 \ 217 lib/ext4 \ 197 218 lib/usb \ 198 219 lib/usbhost \ … … 200 221 lib/usbhid \ 201 222 lib/usbvirt \ 223 lib/bithenge \ 202 224 lib/posix 203 225
Note:
See TracChangeset
for help on using the changeset viewer.