Changeset 94c05b89 in mainline for boot/Makefile.common


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.common

    rf3504c1 r94c05b89  
    250250        $(INITRD).img
    251251
     252COMPONENTS_DEFLATE := $(addsuffix .deflate,$(notdir $(COMPONENTS)))
     253
    252254LINK = arch/$(BARCH)/_link.ld
    253255COMP = component
Note: See TracChangeset for help on using the changeset viewer.