Changes in uspace/Makefile [caa8a94:796c276] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcaa8a94 r796c276  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
    3738        app/edit \
     39        app/ext2info \
    3840        app/getterm \
    3941        app/init \
     
    7274        srv/fs/tmpfs \
    7375        srv/fs/devfs \
     76        srv/fs/pipefs \
     77        srv/fs/ext2fs \
    7478        srv/hid/adb_mouse \
    7579        srv/hid/char_mouse \
     
    148152        lib/drv \
    149153        lib/packet \
    150         lib/net
     154        lib/net \
     155        lib/ext2
    151156
    152157LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.