Changeset 7fb3f1c in mainline for boot/Makefile.common
- Timestamp:
- 2011-04-30T20:22:35Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b72635
- Parents:
- 2ca5f632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r2ca5f632 r7fb3f1c 118 118 RD_DRV_CFG = 119 119 120 RD_LIBS = \ 121 $(USPACE_PATH)/lib/test/libtest.so.0 120 RD_LIBS = 121 122 ifeq ($(CONFIG_RTLD), y) 123 RD_LIBS += $(USPACE_PATH)/lib/test/libtest.so.0 124 endif 122 125 123 126 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
Note:
See TracChangeset
for help on using the changeset viewer.