Changeset efdfebc in mainline for uspace/Makefile
- Timestamp:
- 2012-11-06T21:03:44Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 338810f
- Parents:
- de73242 (diff), 94795812 (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
rde73242 refdfebc 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 \ … … 85 92 srv/vfs \ 86 93 srv/bd/ata_bd \ 94 srv/bd/sata_bd \ 87 95 srv/bd/file_bd \ 88 96 srv/bd/gxe_bd \ … … 91 99 srv/bd/part/mbr_part \ 92 100 srv/fs/exfat \ 101 srv/fs/udf \ 93 102 srv/fs/fat \ 94 103 srv/fs/cdfs \ … … 97 106 srv/fs/locfs \ 98 107 srv/fs/ext2fs \ 108 srv/fs/ext4fs \ 109 srv/hid/compositor \ 99 110 srv/hid/console \ 100 111 srv/hid/s3c24xx_ts \ 101 srv/hid/ fb\112 srv/hid/isdv4_tablet \ 102 113 srv/hid/input \ 114 srv/hid/output \ 103 115 srv/hid/remcons \ 104 116 srv/hw/char/s3c24xx_uart \ 105 117 drv/infrastructure/root \ 106 118 drv/infrastructure/rootvirt \ 119 drv/block/ahci \ 107 120 drv/char/i8042 \ 108 121 drv/char/ps2mouse \ … … 111 124 drv/test/test2 \ 112 125 drv/test/test3 \ 126 drv/fb/kfb \ 113 127 drv/bus/usb/ehci \ 114 128 drv/bus/usb/ohci \ … … 123 137 drv/nic/ne2k \ 124 138 drv/nic/e1k \ 125 drv/nic/rtl8139 139 drv/nic/rtl8139 \ 126 140 127 141 ifeq ($(CONFIG_PCC),y) … … 152 166 drv/bus/isa \ 153 167 drv/char/ns8250 \ 168 drv/time/cmos-rtc \ 154 169 srv/hw/irc/apic \ 155 170 srv/hw/irc/i8259 … … 162 177 drv/bus/isa \ 163 178 drv/char/ns8250 \ 179 drv/time/cmos-rtc \ 164 180 srv/hw/irc/apic \ 165 181 srv/hw/irc/i8259 … … 169 185 DIRS += \ 170 186 drv/infrastructure/rootmac \ 187 drv/bus/pci/pciintel \ 171 188 srv/hw/bus/cuda_adb 172 189 endif … … 190 207 lib/softfloat \ 191 208 lib/drv \ 192 lib/fb \ 209 lib/graph \ 210 lib/gui \ 211 lib/softrend \ 212 lib/draw \ 193 213 lib/net \ 194 214 lib/nic \ 195 215 lib/ext2 \ 216 lib/ext4 \ 196 217 lib/usb \ 197 218 lib/usbhost \ … … 199 220 lib/usbhid \ 200 221 lib/usbvirt \ 222 lib/bithenge \ 201 223 lib/posix 202 224
Note:
See TracChangeset
for help on using the changeset viewer.