Changes in uspace/Makefile [6d5e378:681a985] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r6d5e378 r681a985  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    7273        app/mkbd \
    7374        app/websrv \
    74         app/vdemo \
    75         app/vlaunch \
    76         app/vterm \
    7775        srv/clipboard \
    7876        srv/locsrv \
     
    102100        srv/fs/ext2fs \
    103101        srv/fs/ext4fs \
    104         srv/hid/compositor \
    105102        srv/hid/console \
    106103        srv/hid/s3c24xx_ts \
    107104        srv/hid/isdv4_tablet \
     105        srv/hid/fb \
    108106        srv/hid/input \
    109         srv/hid/output \
    110107        srv/hid/remcons \
    111108        srv/hw/char/s3c24xx_uart \
     
    119116        drv/test/test2 \
    120117        drv/test/test3 \
    121         drv/fb/kfb \
    122118        drv/bus/usb/ehci \
    123119        drv/bus/usb/ohci \
     
    200196        lib/softfloat \
    201197        lib/drv \
    202         lib/graph \
    203         lib/gui \
    204         lib/softrend \
    205         lib/draw \
     198        lib/fb \
    206199        lib/net \
    207200        lib/nic \
     
    213206        lib/usbhid \
    214207        lib/usbvirt \
     208        lib/bithenge \
    215209        lib/posix
    216210
Note: See TracChangeset for help on using the changeset viewer.