Changeset 96e01fbc in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-08-31T17:30:29Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re0d5bc5 r96e01fbc  
    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 \
     
    7272        app/mkbd \
    7373        app/websrv \
     74        app/vdemo \
     75        app/vlaunch \
     76        app/vterm \
    7477        srv/clipboard \
    7578        srv/locsrv \
     
    8588        srv/vfs \
    8689        srv/bd/ata_bd \
     90        srv/bd/sata_bd \
    8791        srv/bd/file_bd \
    8892        srv/bd/gxe_bd \
     
    9195        srv/bd/part/mbr_part \
    9296        srv/fs/exfat \
     97        srv/fs/udf \
    9398        srv/fs/fat \
    9499        srv/fs/cdfs \
     
    97102        srv/fs/locfs \
    98103        srv/fs/ext2fs \
     104        srv/fs/ext4fs \
     105        srv/hid/compositor \
    99106        srv/hid/console \
    100107        srv/hid/s3c24xx_ts \
    101         srv/hid/fb \
     108        srv/hid/isdv4_tablet \
    102109        srv/hid/input \
     110        srv/hid/output \
    103111        srv/hid/remcons \
    104112        srv/hw/char/s3c24xx_uart \
    105113        drv/infrastructure/root \
    106114        drv/infrastructure/rootvirt \
     115        drv/block/ahci \
    107116        drv/char/i8042 \
    108117        drv/char/ps2mouse \
     
    111120        drv/test/test2 \
    112121        drv/test/test3 \
     122        drv/fb/kfb \
    113123        drv/bus/usb/ehci \
    114124        drv/bus/usb/ohci \
     
    169179        DIRS += \
    170180                drv/infrastructure/rootmac \
     181                drv/bus/pci/pciintel \
    171182                srv/hw/bus/cuda_adb
    172183endif
     
    195206        lib/softfloat \
    196207        lib/drv \
    197         lib/fb \
     208        lib/graph \
     209        lib/gui \
     210        lib/softrend \
     211        lib/draw \
    198212        lib/net \
    199213        lib/nic \
    200214        lib/ext2 \
     215        lib/ext4 \
    201216        lib/usb \
    202217        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.