Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_app_partitions.py47 LIB = 'libraries' variable
212 if LIB in item:
213 for lib in item[LIB]:
216 if LIB in item:
217 for lib in item[LIB]:
274 if LIB not in partitions[ptn]:
275 partitions[ptn][LIB] = [lib]
277 partitions[ptn][LIB].append(lib)