Changeset a8010272 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-07-23T22:56:29Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e76e833
Parents:
7fc9820
Message:

Added support for development files inclusion (headers, libraries, linker scripts).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r7fc9820 ra8010272  
    121121
    122122RD_LIBS =
     123
     124ifeq ($(CONFIG_DEVEL_FILES), y)
     125        RD_LIBS += \
     126                $(USPACE_PATH)/lib/c/libc.a \
     127                $(USPACE_PATH)/lib/softint/libsoftint.a \
     128                $(USPACE_PATH)/lib/softfloat/libsoftfloat.a
     129endif
    123130
    124131ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
Note: See TracChangeset for help on using the changeset viewer.