Skip to content

Commit bd81e54

Browse files
lyakhlgirdwood
authored andcommitted
math: fir: move a file to where it's needed
fir_common.c is only needed for modular LLEXT builds, move it to the fir_llext/ directory. Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent aaa01e4 commit bd81e54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/math/fir_llext/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
sof_llext_build("fir"
5-
SOURCES ../fir_common.c
5+
SOURCES fir_common.c
66
../fir_generic.c
77
../fir_hifi2ep.c
88
../fir_hifi3.c
File renamed without changes.

0 commit comments

Comments
 (0)