Changeset 7f881cd8 in mainline for boot/Makefile.common
- Timestamp:
- 2017-11-06T21:04:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68825c3
- Parents:
- bd92e6d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rbd92e6d5 r7f881cd8 57 57 MKUIMAGE = $(TOOLS_PATH)/mkuimage.py 58 58 59 JOBFILE = $(ROOT_PATH)/tools/jobfile.py 59 ifeq ($(PRECHECK),y) 60 JOBFILE = $(TOOLS_PATH)/jobfile.py 61 # XXX: Do not change the order of arguments. 62 CC_JOB = $(JOBFILE) $(JOB) $(CC) $< -o $@ 63 else 64 CC_JOB = $(CC) $< -o $@ 65 endif 60 66 61 67 DISTROOT = distroot
Note:
See TracChangeset
for help on using the changeset viewer.