Changes in uspace/Makefile [caa8a94:796c276] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcaa8a94 r796c276 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 37 38 app/edit \ 39 app/ext2info \ 38 40 app/getterm \ 39 41 app/init \ … … 72 74 srv/fs/tmpfs \ 73 75 srv/fs/devfs \ 76 srv/fs/pipefs \ 77 srv/fs/ext2fs \ 74 78 srv/hid/adb_mouse \ 75 79 srv/hid/char_mouse \ … … 148 152 lib/drv \ 149 153 lib/packet \ 150 lib/net 154 lib/net \ 155 lib/ext2 151 156 152 157 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.