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.
1 parent bf99e06 commit fd80a62Copy full SHA for fd80a62
ports/silabs/Makefile
@@ -54,6 +54,8 @@ FLASH_TOML_DIR = ../../data/nvm.toml/flash/macronix/
54
all: $(OUTPUT_DIR)/firmware.bin
55
56
$(OUTPUT_DIR)/firmware.bin:
57
+ -@java --version
58
+ -@pip show jinja2
59
ifeq (,$(wildcard $(SILABS_BUILD)/$(PROJECTNAME).Makefile))
60
+@$(MAKE) --no-print-directory slc-generate
61
-@echo 'Project is generated. Run make again'
0 commit comments