Changeset cddcc4a3 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-14T18:16:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 669f5cae
- Parents:
- 76d92db1 (diff), 4802dd7 (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
r76d92db1 rcddcc4a3 48 48 app/loc \ 49 49 app/logview \ 50 app/lsusb \51 50 app/mkfat \ 52 51 app/mkexfat \ … … 60 59 app/tester \ 61 60 app/testread \ 61 app/testwrit \ 62 62 app/tetris \ 63 63 app/trace \ … … 87 87 srv/vfs \ 88 88 srv/bd/ata_bd \ 89 srv/bd/sata_bd \ 89 90 srv/bd/file_bd \ 90 91 srv/bd/gxe_bd \ … … 99 100 srv/fs/locfs \ 100 101 srv/fs/ext2fs \ 102 srv/fs/ext4fs \ 101 103 srv/hid/console \ 102 104 srv/hid/s3c24xx_ts \ … … 107 109 drv/infrastructure/root \ 108 110 drv/infrastructure/rootvirt \ 111 drv/block/ahci \ 109 112 drv/char/i8042 \ 110 113 drv/char/ps2mouse \ … … 171 174 DIRS += \ 172 175 drv/infrastructure/rootmac \ 176 drv/bus/pci/pciintel \ 173 177 srv/hw/bus/cuda_adb 174 178 endif … … 196 200 lib/nic \ 197 201 lib/ext2 \ 202 lib/ext4 \ 198 203 lib/usb \ 199 204 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.