summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/ADSP-Common.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ADSP: Use find_program() to get path to cc21k/ccblkfnJosh Channings2023-11-301-1/+6
| | | | | | This still uses CMAKE_ADSP_ROOT as the PATHS argument, so the same behavior should be retained - but now the Platform will work without needing to supply the root, if the binaries are already in $PATH.
* ADSP: Use $CMAKE_EXECUTABLE_SUFFIX in COMPILER_NAMEJosh Channings2023-11-291-2/+2
| | | | The binaries are obviously not .exe-suffixed on Linux
* ADSP: Add dedicated platform moduleChris Wright2022-04-041-0/+36