mirror of https://github.com/thesofproject/sof.git
a0acad3414
Without CMP0079 we cannot conditionally include libraries against SOF in sub directories without seriously restructuring the project. This is because the old policy requires the link target must be created in the same folder. This does not work well from a configuration standpoint for 3P audio libraries trying to keep their config in src/audio/*. Rather than enable the policy, lets simply upgrade since 3.13 is widely available. With this upgrade we can also remove the two version dependent checks at the top of our scripts. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
elf.c | ||
elf.h | ||
elf_defs.h | ||
ldc.c | ||
ldc.h | ||
smex.c | ||
smex.h |
README.md
SOF Metadata Extractor
SMEX (SOF Metadata EXtractor) is a tool used to extract needed information from SOF source code and output files and then put then save them in convenient form like logs dictionary file (ldc).