Changeset 72cf064 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-08-13T17:17:04Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf4a8734 r72cf064  
    4747        app/klog \
    4848        app/loc \
    49         app/lsusb \
    5049        app/mkfat \
    5150        app/mkexfat \
     
    5958        app/tester \
    6059        app/testread \
     60        app/testwrit \
    6161        app/tetris \
    6262        app/trace \
     
    8585        srv/vfs \
    8686        srv/bd/ata_bd \
     87        srv/bd/sata_bd \
    8788        srv/bd/file_bd \
    8889        srv/bd/gxe_bd \
     
    9798        srv/fs/locfs \
    9899        srv/fs/ext2fs \
     100        srv/fs/ext4fs \
    99101        srv/hid/console \
    100102        srv/hid/s3c24xx_ts \
     
    105107        drv/infrastructure/root \
    106108        drv/infrastructure/rootvirt \
     109        drv/block/ahci \
    107110        drv/char/i8042 \
    108111        drv/char/ps2mouse \
     
    169172        DIRS += \
    170173                drv/infrastructure/rootmac \
     174                drv/bus/pci/pciintel \
    171175                srv/hw/bus/cuda_adb
    172176endif
     
    194198        lib/nic \
    195199        lib/ext2 \
     200        lib/ext4 \
    196201        lib/usb \
    197202        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.