Changeset 7cfe5c0 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-08-20T19:16:24Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b99156
Parents:
b9cb911 (diff), 01e397ac (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:

Merged with mainline 0.5.0 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb9cb911 r7cfe5c0  
    5858        app/tester \
    5959        app/testread \
     60        app/testwrit \
    6061        app/tetris \
    6162        app/trace \
     
    7172        app/mkbd \
    7273        app/websrv \
     74        app/vdemo \
     75        app/vlaunch \
     76        app/vterm \
    7377        srv/clipboard \
    7478        srv/locsrv \
     
    97101        srv/fs/locfs \
    98102        srv/fs/ext2fs \
     103        srv/fs/ext4fs \
     104        srv/hid/compositor \
    99105        srv/hid/console \
    100106        srv/hid/s3c24xx_ts \
    101         srv/hid/fb \
     107        srv/hid/isdv4_tablet \
    102108        srv/hid/input \
     109        srv/hid/output \
    103110        srv/hid/remcons \
    104111        srv/hw/char/s3c24xx_uart \
     
    112119        drv/test/test2 \
    113120        drv/test/test3 \
     121        drv/fb/kfb \
    114122        drv/bus/usb/ehci \
    115123        drv/bus/usb/ohci \
     
    192200        lib/softfloat \
    193201        lib/drv \
    194         lib/fb \
     202        lib/graph \
     203        lib/gui \
     204        lib/softrend \
     205        lib/draw \
    195206        lib/net \
    196207        lib/nic \
    197208        lib/ext2 \
     209        lib/ext4 \
    198210        lib/usb \
    199211        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.