Changeset 5e718d9 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-08-21T10:04:16Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67edca6
Parents:
0da6c04 (diff), 6a97f2e (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 with upstream (lp:~wtachi/helenos/bithenge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0da6c04 r5e718d9  
    5959        app/tester \
    6060        app/testread \
     61        app/testwrit \
    6162        app/tetris \
    6263        app/trace \
     
    7273        app/mkbd \
    7374        app/websrv \
     75        app/vdemo \
     76        app/vlaunch \
     77        app/vterm \
    7478        srv/clipboard \
    7579        srv/locsrv \
     
    98102        srv/fs/locfs \
    99103        srv/fs/ext2fs \
     104        srv/fs/ext4fs \
     105        srv/hid/compositor \
    100106        srv/hid/console \
    101107        srv/hid/s3c24xx_ts \
    102         srv/hid/fb \
     108        srv/hid/isdv4_tablet \
    103109        srv/hid/input \
     110        srv/hid/output \
    104111        srv/hid/remcons \
    105112        srv/hw/char/s3c24xx_uart \
     
    113120        drv/test/test2 \
    114121        drv/test/test3 \
     122        drv/fb/kfb \
    115123        drv/bus/usb/ehci \
    116124        drv/bus/usb/ohci \
     
    193201        lib/softfloat \
    194202        lib/drv \
    195         lib/fb \
     203        lib/graph \
     204        lib/gui \
     205        lib/softrend \
     206        lib/draw \
    196207        lib/net \
    197208        lib/nic \
    198209        lib/ext2 \
     210        lib/ext4 \
    199211        lib/usb \
    200212        lib/usbhost \
     
    202214        lib/usbhid \
    203215        lib/usbvirt \
     216        lib/bithenge \
    204217        lib/posix
    205218
Note: See TracChangeset for help on using the changeset viewer.