Skip to content

Commit

Permalink
Added .NOTPARALLEL special key for *.s intermediate files from *.S
Browse files Browse the repository at this point in the history
Change-Id: I40c2c0bb1eecc7099bde468e7ee77f94116679ae
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77438
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com>
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
Raja Das committed May 16, 2019
1 parent cd57fb5 commit c54904f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build/img_defs.mk
Expand Up @@ -549,6 +549,8 @@ $(OBJDIR)/%.o: %.c
$(OBJDIR)/%.s: %.S
$(C2) " ASM $(notdir $<)"
$(C1)$(TCPP) $(PPE-CFLAGS) $(DEFS) $(CPPFLAGS) -o $@ $<
.NOTPARALLEL: $(OBJDIR)/%.s
.INTERMEDIATE: $(OBJDIR)/%.s
.PRECIOUS: $(OBJDIR)/%.s

ifndef P2P_ENABLE
Expand Down

0 comments on commit c54904f

Please sign in to comment.