Explorar el Código

make: Don't invoke check_python_dependencies in bootloader subproject

Angus Gratton hace 7 años
padre
commit
1d2bcb77af
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      make/project.mk

+ 2 - 0
make/project.mk

@@ -426,7 +426,9 @@ endif
 
 # Notify users when some of the required python packages are not installed
 check_python_dependencies:
+ifndef IS_BOOTLOADER_BUILD
 	$(PYTHON) $(IDF_PATH)/tools/check_python_dependencies.py
+endif
 
 all_binaries: $(APP_BIN)