File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ PROJECTNAME = circuitpython_efr32
42
42
# If the build directory is not given, make it reflect the board name.
43
43
SILABS_BUILD = build-$(BOARD )
44
44
# Build dir for CircuitPython
45
- BUILD ?= $(SILABS_BUILD ) /circuitpython
45
+ BUILD ?= $(SILABS_BUILD )
46
46
# Override Build Directories
47
47
OUTPUT_DIR = $(SILABS_BUILD )
48
48
# Python script to generate pins and pins functionalities code
@@ -56,6 +56,8 @@ all: $(OUTPUT_DIR)/firmware.bin
56
56
$(OUTPUT_DIR ) /firmware.bin :
57
57
-@java --version
58
58
-@pip show jinja2
59
+ -@echo $(shell python3 -c "import jinja2; print(jinja2.__path__[0]) " )
60
+ -@echo $(PATH )
59
61
ifeq (,$(wildcard $(SILABS_BUILD ) /$(PROJECTNAME ) .Makefile) )
60
62
+@$(MAKE) --no-print-directory slc-generate
61
63
-@echo 'Project is generated. Run make again'
You can’t perform that action at this time.
0 commit comments