Skip to content

Commit fd80a62

Browse files
Show java, jinja2 version
1 parent bf99e06 commit fd80a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/silabs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ FLASH_TOML_DIR = ../../data/nvm.toml/flash/macronix/
5454
all: $(OUTPUT_DIR)/firmware.bin
5555

5656
$(OUTPUT_DIR)/firmware.bin:
57+
-@java --version
58+
-@pip show jinja2
5759
ifeq (,$(wildcard $(SILABS_BUILD)/$(PROJECTNAME).Makefile))
5860
+@$(MAKE) --no-print-directory slc-generate
5961
-@echo 'Project is generated. Run make again'

0 commit comments

Comments
 (0)