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 01a654a commit 29ff7e5Copy full SHA for 29ff7e5
SConscript
@@ -6,6 +6,9 @@ cwd = GetCurrentDir()
6
objs = []
7
list = os.listdir(cwd)
8
9
+if (GetDepend(['PKG_USING_ESP_IDF'])):
10
+ Return('objs')
11
+
12
for d in list:
13
path = os.path.join(cwd, d)
14
if os.path.isfile(os.path.join(path, 'SConscript')):
0 commit comments