Revision 3decc02a

View differences:

Target/Modules/DiWheelDrive_1-1/Boot/makefile
204 204
	@echo +++ Linking [$(notdir $@)]
205 205
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
206 206

  
207
# prevent parallel execution of this make call
208
.NOTPARALLEL:
209

  
207 210

  
208 211
#|---------------------------------------------------------------------------------------|
209 212
#| Compile and assemble                                                                  |
Target/Modules/DiWheelDrive_1-2/Boot/makefile
204 204
	@echo +++ Linking [$(notdir $@)]
205 205
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
206 206

  
207
# prevent parallel execution of this make call
208
.NOTPARALLEL:
209

  
207 210

  
208 211
#|---------------------------------------------------------------------------------------|
209 212
#| Compile and assemble                                                                  |
Target/Modules/LightRing_1-0/Boot/makefile
204 204
	@echo +++ Linking [$(notdir $@)]
205 205
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
206 206

  
207
# prevent parallel execution of this make call
208
.NOTPARALLEL:
209

  
207 210

  
208 211
#|---------------------------------------------------------------------------------------|
209 212
#| Compile and assemble                                                                  |
Target/Modules/LightRing_1-2/Boot/makefile
204 204
	@echo +++ Linking [$(notdir $@)]
205 205
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
206 206

  
207
# prevent parallel execution of this make call
208
.NOTPARALLEL:
209

  
207 210

  
208 211
#|---------------------------------------------------------------------------------------|
209 212
#| Compile and assemble                                                                  |
Target/Modules/PowerManagement_1-1/Boot/makefile
224 224
	@echo +++ Linking [$(notdir $@)]
225 225
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
226 226

  
227
# prevent parallel execution of this make call
228
.NOTPARALLEL:
229

  
227 230

  
228 231
#|---------------------------------------------------------------------------------------|
229 232
#| Compile and assemble                                                                  |
Target/Modules/PowerManagement_1-2/Boot/makefile
224 224
	@echo +++ Linking [$(notdir $@)]
225 225
	@$(LN) $(CFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) $(LFLAGS)
226 226

  
227
# prevent parallel execution of this make call
228
.NOTPARALLEL:
229

  
227 230

  
228 231
#|---------------------------------------------------------------------------------------|
229 232
#| Compile and assemble                                                                  |

Also available in: Unified diff