tangzz98 3 лет назад
Родитель
Сommit
29ff7e58a6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      SConscript

+ 3 - 0
SConscript

@@ -6,6 +6,9 @@ cwd = GetCurrentDir()
 objs = []
 list = os.listdir(cwd)
 
+if (GetDepend(['PKG_USING_ESP_IDF'])):
+    Return('objs')
+
 for d in list:
     path = os.path.join(cwd, d)
     if os.path.isfile(os.path.join(path, 'SConscript')):