Changeset 96e01fbc in mainline for uspace/Makefile
- Timestamp:
- 2012-08-31T17:30:29Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2be2506a
- Parents:
- e0d5bc5 (diff), 0d57c3e (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
re0d5bc5 r96e01fbc 47 47 app/klog \ 48 48 app/loc \ 49 app/lsusb \50 49 app/mkfat \ 51 50 app/mkexfat \ … … 59 58 app/tester \ 60 59 app/testread \ 60 app/testwrit \ 61 61 app/tetris \ 62 62 app/trace \ … … 72 72 app/mkbd \ 73 73 app/websrv \ 74 app/vdemo \ 75 app/vlaunch \ 76 app/vterm \ 74 77 srv/clipboard \ 75 78 srv/locsrv \ … … 85 88 srv/vfs \ 86 89 srv/bd/ata_bd \ 90 srv/bd/sata_bd \ 87 91 srv/bd/file_bd \ 88 92 srv/bd/gxe_bd \ … … 91 95 srv/bd/part/mbr_part \ 92 96 srv/fs/exfat \ 97 srv/fs/udf \ 93 98 srv/fs/fat \ 94 99 srv/fs/cdfs \ … … 97 102 srv/fs/locfs \ 98 103 srv/fs/ext2fs \ 104 srv/fs/ext4fs \ 105 srv/hid/compositor \ 99 106 srv/hid/console \ 100 107 srv/hid/s3c24xx_ts \ 101 srv/hid/ fb\108 srv/hid/isdv4_tablet \ 102 109 srv/hid/input \ 110 srv/hid/output \ 103 111 srv/hid/remcons \ 104 112 srv/hw/char/s3c24xx_uart \ 105 113 drv/infrastructure/root \ 106 114 drv/infrastructure/rootvirt \ 115 drv/block/ahci \ 107 116 drv/char/i8042 \ 108 117 drv/char/ps2mouse \ … … 111 120 drv/test/test2 \ 112 121 drv/test/test3 \ 122 drv/fb/kfb \ 113 123 drv/bus/usb/ehci \ 114 124 drv/bus/usb/ohci \ … … 169 179 DIRS += \ 170 180 drv/infrastructure/rootmac \ 181 drv/bus/pci/pciintel \ 171 182 srv/hw/bus/cuda_adb 172 183 endif … … 195 206 lib/softfloat \ 196 207 lib/drv \ 197 lib/fb \ 208 lib/graph \ 209 lib/gui \ 210 lib/softrend \ 211 lib/draw \ 198 212 lib/net \ 199 213 lib/nic \ 200 214 lib/ext2 \ 215 lib/ext4 \ 201 216 lib/usb \ 202 217 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.