Skip to content

Integrate support for ADSP assembler

Sebastian Wendt requested to merge AddSupportForADSPASM into master

without those changes the assembler won't work because it will use -c to add sources and also the compiler will fail on linking the assembler file because it does not accept .obj as file suffix for object files

Merge request reports