Changeset 042fbe0 in mainline for boot/Makefile.common
- Timestamp:
- 2011-05-01T19:00:40Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 53d9ee9, 694ca93, 750636a
- Parents:
- e175d69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
re175d69 r042fbe0 122 122 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) 123 123 RD_LIBS += \ 124 $(USPACE_PATH)/lib/test/libtest.so.0 \ 125 $(USPACE_PATH)/lib/c/libc.so.0 \ 126 $(USPACE_PATH)/lib/softint/libsoftint.so.0 124 $(USPACE_PATH)/lib/c/libc.so0 \ 125 $(USPACE_PATH)/lib/softint/libsofti.so0 127 126 RD_APPS += \ 128 127 $(USPACE_PATH)/app/dltest/dltest
Note: See TracChangeset
for help on using the changeset viewer.