From 1d2bcb77af4b126644206cccf8750314f861f3cd Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 20 Aug 2018 17:40:14 +1000 Subject: [PATCH] make: Don't invoke check_python_dependencies in bootloader subproject --- make/project.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/project.mk b/make/project.mk index f4c743e09..f3ceeba1a 100644 --- a/make/project.mk +++ b/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)