Changeset 94c05b89 in mainline for boot/arch/ppc32/Makefile.inc


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/arch/ppc32/Makefile.inc

    rf3504c1 r94c05b89  
    7272        generic/src/inflate.c
    7373
    74 PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c
     74PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE)
Note: See TracChangeset for help on using the changeset viewer.