Changeset 72cf064 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-13T17:17:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33fee91
- Parents:
- f4a8734 (diff), 4820360 (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
rf4a8734 r72cf064 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 \ … … 85 85 srv/vfs \ 86 86 srv/bd/ata_bd \ 87 srv/bd/sata_bd \ 87 88 srv/bd/file_bd \ 88 89 srv/bd/gxe_bd \ … … 97 98 srv/fs/locfs \ 98 99 srv/fs/ext2fs \ 100 srv/fs/ext4fs \ 99 101 srv/hid/console \ 100 102 srv/hid/s3c24xx_ts \ … … 105 107 drv/infrastructure/root \ 106 108 drv/infrastructure/rootvirt \ 109 drv/block/ahci \ 107 110 drv/char/i8042 \ 108 111 drv/char/ps2mouse \ … … 169 172 DIRS += \ 170 173 drv/infrastructure/rootmac \ 174 drv/bus/pci/pciintel \ 171 175 srv/hw/bus/cuda_adb 172 176 endif … … 194 198 lib/nic \ 195 199 lib/ext2 \ 200 lib/ext4 \ 196 201 lib/usb \ 197 202 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.