We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf499cf + ac11f6c commit 97b49e4Copy full SHA for 97b49e4
ports/silabs/Makefile
@@ -139,7 +139,7 @@ $(OUTPUT_DIR)/firmware.bin: $(SILABS_BUILD)/$(PROJECTNAME).Makefile $(OUTPUT_DIR
139
endif
140
141
$(SILABS_BUILD)/$(PROJECTNAME).Makefile: | $(HEADER_BUILD)/mpversion.h
142
- +@$(MAKE) --no-print-directory slc-generate
+ +@$(MAKE) -j1 --no-print-directory slc-generate
143
144
$(OUTPUT_DIR)/firmware.out: $(SILABS_BUILD)/pin_functions.h $(SILABS_BUILD)/pins.c $(OBJ) $(OBJS) $(LIB_FILES)
145
$(STEPECHO) 'Linking $(OUTPUT_DIR)/firmware.out'
0 commit comments