Changeset ec3e2ed in mainline for uspace/Makefile
- Timestamp:
- 2011-03-23T23:10:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d465bf
- Parents:
- 143932e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r143932e rec3e2ed 94 94 drv/test2 95 95 96 ## Shared C library97 ifeq ($(CONFIG_BUILD_SHARED_LIB C), y)96 ## Shared libraries 97 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) 98 98 DIRS += \ 99 lib/c/shared \100 99 app/dltest 101 100 endif … … 155 154 lib/softint \ 156 155 lib/softfloat \ 157 lib/ libtest \156 lib/test \ 158 157 lib/drv \ 159 158 lib/packet \
Note:
See TracChangeset
for help on using the changeset viewer.