Changeset 4646710 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2017-06-07T15:39:23Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
239e32b8
Parents:
22299ed
Message:

replace objcopy with mkarray.py
(objcopy is notoriously problematic due to the uncontrolable way how it generates the object files, with what flags, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r22299ed r4646710  
    5252DRVS_PATH = drv
    5353
    54 SANDBOX = pack
    55 PACK = $(TOOLS_PATH)/pack.py
     54MKARRAY = $(TOOLS_PATH)/mkarray.py
    5655MKTMPFS = $(TOOLS_PATH)/mktmpfs.py
    5756MKFAT = $(TOOLS_PATH)/mkfat.py
     
    251250
    252251LINK = arch/$(BARCH)/_link.ld
    253 COMPS_H = arch/$(BARCH)/include/_components.h
    254 COMPS_C = arch/$(BARCH)/src/_components.c
     252COMP = component
     253COMPS = $(COMP)s
    255254
    256255-include arch/$(BARCH)/Makefile.inc
     
    276275JOB ?= image.job
    277276MAP ?= image.map
    278 PREBUILD ?= build_comps
    279277BUILD ?= Makefile.build
Note: See TracChangeset for help on using the changeset viewer.