Skip to content

Commit 5148dab

Browse files
Show path for debugging CI
1 parent fd80a62 commit 5148dab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/silabs/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PROJECTNAME = circuitpython_efr32
4242
# If the build directory is not given, make it reflect the board name.
4343
SILABS_BUILD = build-$(BOARD)
4444
# Build dir for CircuitPython
45-
BUILD ?= $(SILABS_BUILD)/circuitpython
45+
BUILD ?= $(SILABS_BUILD)
4646
# Override Build Directories
4747
OUTPUT_DIR = $(SILABS_BUILD)
4848
# Python script to generate pins and pins functionalities code
@@ -56,6 +56,8 @@ all: $(OUTPUT_DIR)/firmware.bin
5656
$(OUTPUT_DIR)/firmware.bin:
5757
-@java --version
5858
-@pip show jinja2
59+
-@echo $(shell python3 -c "import jinja2; print(jinja2.__path__[0])")
60+
-@echo $(PATH)
5961
ifeq (,$(wildcard $(SILABS_BUILD)/$(PROJECTNAME).Makefile))
6062
+@$(MAKE) --no-print-directory slc-generate
6163
-@echo 'Project is generated. Run make again'

0 commit comments

Comments
 (0)