Changes in uspace/Makefile [9e279c4:681a985] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9e279c4 r681a985  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    5859        app/tester \
    5960        app/testread \
     61        app/testwrit \
    6062        app/tetris \
    6163        app/trace \
     
    9799        srv/fs/locfs \
    98100        srv/fs/ext2fs \
     101        srv/fs/ext4fs \
    99102        srv/hid/console \
    100103        srv/hid/s3c24xx_ts \
     104        srv/hid/isdv4_tablet \
    101105        srv/hid/fb \
    102106        srv/hid/input \
     
    196200        lib/nic \
    197201        lib/ext2 \
     202        lib/ext4 \
    198203        lib/usb \
    199204        lib/usbhost \
     
    201206        lib/usbhid \
    202207        lib/usbvirt \
     208        lib/bithenge \
    203209        lib/posix
    204210
Note: See TracChangeset for help on using the changeset viewer.