Skip to content

Commit 29ff7e5

Browse files
committed
Update SConscript
1 parent 01a654a commit 29ff7e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SConscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ cwd = GetCurrentDir()
66
objs = []
77
list = os.listdir(cwd)
88

9+
if (GetDepend(['PKG_USING_ESP_IDF'])):
10+
Return('objs')
11+
912
for d in list:
1013
path = os.path.join(cwd, d)
1114
if os.path.isfile(os.path.join(path, 'SConscript')):

0 commit comments

Comments
 (0)