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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r681a985 r6d5e378  
    3535DIRS = \
    3636        app/bdsh \
    37         app/bithenge \
    3837        app/blkdump \
    3938        app/bnchmark \
     
    7372        app/mkbd \
    7473        app/websrv \
     74        app/vdemo \
     75        app/vlaunch \
     76        app/vterm \
    7577        srv/clipboard \
    7678        srv/locsrv \
     
    100102        srv/fs/ext2fs \
    101103        srv/fs/ext4fs \
     104        srv/hid/compositor \
    102105        srv/hid/console \
    103106        srv/hid/s3c24xx_ts \
    104107        srv/hid/isdv4_tablet \
    105         srv/hid/fb \
    106108        srv/hid/input \
     109        srv/hid/output \
    107110        srv/hid/remcons \
    108111        srv/hw/char/s3c24xx_uart \
     
    116119        drv/test/test2 \
    117120        drv/test/test3 \
     121        drv/fb/kfb \
    118122        drv/bus/usb/ehci \
    119123        drv/bus/usb/ohci \
     
    196200        lib/softfloat \
    197201        lib/drv \
    198         lib/fb \
     202        lib/graph \
     203        lib/gui \
     204        lib/softrend \
     205        lib/draw \
    199206        lib/net \
    200207        lib/nic \
     
    206213        lib/usbhid \
    207214        lib/usbvirt \
    208         lib/bithenge \
    209215        lib/posix
    210216
Note: See TracChangeset for help on using the changeset viewer.