Changeset d815b74 in mainline for boot/Makefile.common
- Timestamp:
- 2014-04-27T20:29:52Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33576fb2
- Parents:
- 6d5da743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r6d5da743 rd815b74 226 226 endif 227 227 228 ifeq ($(CONFIG_BINUTILS),y)229 RD_APPS_NON_ESSENTIAL += \230 $(USPACE_PATH)/app/binutils/bin/as \231 $(USPACE_PATH)/app/binutils/bin/ld232 endif233 234 228 ifeq ($(CONFIG_MSIM),y) 235 229 RD_APPS_NON_ESSENTIAL += \
Note:
See TracChangeset
for help on using the changeset viewer.