diff --git a/BUILD.gn b/BUILD.gn index 8b7b846ecfb48feae78cc841e243eb4dfb8a883d..c067fb8f9d75452194ae39af4dc3429b86c56cf2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -70,8 +70,6 @@ if (exec_script("//build/lite/run_shell_cmd.py", [ "if [ -f $f ]; then echo true print("liteos_config_file:", liteos_config_file) -exec_script("//build/lite/run_shell_cmd.py", [ "which genconfig || pip3 install --user kconfiglib" ]) - exec_script("//build/lite/run_shell_cmd.py", [ "env" + diff --git a/Makefile b/Makefile index 0647ee9bde4b6e44667cd4f1f10ed7ed6ba65d9c..b0b1014eb832197328e437bd243fe6f5cf50dd5c 100644 --- a/Makefile +++ b/Makefile @@ -66,9 +66,6 @@ else CONFIG ?= $(PRODUCT_PATH)/config/debug$(tee).config endif -ifeq ($(shell which menuconfig),) -$(shell pip3 install --user kconfiglib >/dev/null) -endif $(shell env CONFIG_=$(CONFIG_) DEVICE_PATH=$(DEVICE_PATH) olddefconfig >/dev/null) -include $(LITEOSTOPDIR)/tools/build/config.mk