Changeset 547c37a in mainline for uspace/Makefile
- Timestamp:
- 2011-06-06T20:53:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbe4828
- Parents:
- 7b712b60 (diff), ff4f073 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7b712b60 r547c37a 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 38 app/bnchmark \ 37 39 app/edit \ 40 app/ext2info \ 38 41 app/getterm \ 39 42 app/init \ … … 47 50 app/taskdump \ 48 51 app/tester \ 52 app/testread \ 49 53 app/tetris \ 50 54 app/trace \ … … 72 76 srv/fs/tmpfs \ 73 77 srv/fs/devfs \ 78 srv/fs/ext2fs \ 74 79 srv/hid/adb_mouse \ 75 80 srv/hid/char_mouse \ … … 90 95 drv/rootvirt \ 91 96 drv/test1 \ 92 drv/test2 97 drv/test2 \ 98 drv/test3 93 99 94 100 ## Networking … … 148 154 lib/drv \ 149 155 lib/packet \ 150 lib/net 156 lib/net \ 157 lib/ext2 151 158 152 159 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.