We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a157f commit db3c2fbCopy full SHA for db3c2fb
SConscript
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
5
objs = []
6
list = os.listdir(cwd)
7
8
-if (GetDepend(['PKG_USING_ESP_IDF'])):
+if (GetDepend(['PKG_USING_ESP_IDF']) or GetDepend(['BSP_USING_LOCAL_ESP_IDF'])):
9
Return('objs')
10
11
for d in list:
0 commit comments