Changes in uspace/Makefile [d362410:423f64f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd362410 r423f64f  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
    3739        app/edit \
     40        app/ext2info \
    3841        app/getterm \
    3942        app/init \
     
    4750        app/taskdump \
    4851        app/tester \
     52        app/testread \
    4953        app/tetris \
    5054        app/trace \
     
    7276        srv/fs/tmpfs \
    7377        srv/fs/devfs \
     78        srv/fs/pipefs \
     79        srv/fs/ext2fs \
    7480        srv/hid/adb_mouse \
    7581        srv/hid/char_mouse \
     
    9096        drv/rootvirt \
    9197        drv/test1 \
    92         drv/test2 \
    93         drv/test3
     98        drv/test2
    9499
    95100## Networking
     
    149154        lib/drv \
    150155        lib/packet \
    151         lib/net
     156        lib/net \
     157        lib/ext2
    152158
    153159LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.