Changeset 694ca93f in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-05-01T19:34:26Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e26444
Parents:
1ff896e (diff), 042fbe0 (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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r1ff896e r694ca93f  
    120120RD_DRV_CFG =
    121121
     122RD_LIBS =
     123
     124ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
     125        RD_LIBS += \
     126                $(USPACE_PATH)/lib/c/libc.so0 \
     127                $(USPACE_PATH)/lib/softint/libsofti.so0
     128        RD_APPS += \
     129                $(USPACE_PATH)/app/dltest/dltest
     130endif
     131
    122132RD_APPS_ESSENTIAL = \
    123133        $(USPACE_PATH)/app/bdsh/bdsh \
     
    127137RD_APPS_NON_ESSENTIAL = \
    128138        $(USPACE_PATH)/app/blkdump/blkdump \
     139        $(USPACE_PATH)/app/dltest/dltest \
     140        $(USPACE_PATH)/app/dltest2/dltest2 \
     141        $(USPACE_PATH)/app/dload/dload \
    129142        $(USPACE_PATH)/app/edit/edit \
    130143        $(USPACE_PATH)/app/ext2info/ext2info \
Note: See TracChangeset for help on using the changeset viewer.