Changeset e2e9a8a in mainline for boot/Makefile.common
- Timestamp:
- 2016-04-05T18:47:41Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61134f8
- Parents:
- 0f792c28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r0f792c28 re2e9a8a 158 158 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) 159 159 RD_LIBS += \ 160 $(USPACE_PATH)/lib/c/libc.so 0 \161 $(USPACE_PATH)/lib/softint/libsofti.so 0160 $(USPACE_PATH)/lib/c/libc.so.0 \ 161 $(USPACE_PATH)/lib/softint/libsofti.so.0 162 162 RD_APPS += \ 163 163 $(USPACE_PATH)/app/dltest/dltest
Note:
See TracChangeset
for help on using the changeset viewer.