Changeset 7f881cd8 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2017-11-06T21:04:24Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68825c3
Parents:
bd92e6d5
Message:

Simplify make precheck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rbd92e6d5 r7f881cd8  
    5757MKUIMAGE = $(TOOLS_PATH)/mkuimage.py
    5858
    59 JOBFILE = $(ROOT_PATH)/tools/jobfile.py
     59ifeq ($(PRECHECK),y)
     60        JOBFILE = $(TOOLS_PATH)/jobfile.py
     61        # XXX: Do not change the order of arguments.
     62        CC_JOB = $(JOBFILE) $(JOB) $(CC) $< -o $@
     63else
     64        CC_JOB = $(CC) $< -o $@
     65endif
    6066
    6167DISTROOT = distroot
Note: See TracChangeset for help on using the changeset viewer.