Changeset 94c05b89 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2017-07-12T15:02:49Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5772aa1
Parents:
f3504c1
Message:

use the .incbin directive instead of marshalling the data manually
(this is the fastest and also the most resource-conservative method)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    rf3504c1 r94c05b89  
    145145        unzip -p $< $@ > $@
    146146
     147$(COMPONENTS_DEFLATE): $(COMPS).zip
     148        unzip -p $< $@ > $@
     149
    147150$(COMPS).zip: $(COMPONENTS)
    148151        $(MKARRAY) --deflate $(COMPS) $(COMP) "$(AS_PROLOG)" ".section .components, \"a\"" $^
Note: See TracChangeset for help on using the changeset viewer.