Changeset cddcc4a3 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-08-14T18:16:39Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r76d92db1 rcddcc4a3  
    4848        app/loc \
    4949        app/logview \
    50         app/lsusb \
    5150        app/mkfat \
    5251        app/mkexfat \
     
    6059        app/tester \
    6160        app/testread \
     61        app/testwrit \
    6262        app/tetris \
    6363        app/trace \
     
    8787        srv/vfs \
    8888        srv/bd/ata_bd \
     89        srv/bd/sata_bd \
    8990        srv/bd/file_bd \
    9091        srv/bd/gxe_bd \
     
    99100        srv/fs/locfs \
    100101        srv/fs/ext2fs \
     102        srv/fs/ext4fs \
    101103        srv/hid/console \
    102104        srv/hid/s3c24xx_ts \
     
    107109        drv/infrastructure/root \
    108110        drv/infrastructure/rootvirt \
     111        drv/block/ahci \
    109112        drv/char/i8042 \
    110113        drv/char/ps2mouse \
     
    171174        DIRS += \
    172175                drv/infrastructure/rootmac \
     176                drv/bus/pci/pciintel \
    173177                srv/hw/bus/cuda_adb
    174178endif
     
    196200        lib/nic \
    197201        lib/ext2 \
     202        lib/ext4 \
    198203        lib/usb \
    199204        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.