diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-10 05:33:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-10 05:34:14 +0000 |
commit | 07ecb1409312789e99c98769d55bba4de6db6466 (patch) | |
tree | 298819b7288fd4984840dc41f6c0fc522f56e3c1 /math/Makefile | |
parent | 82dcea5706ea0d055d1cbd348de27194fb1d521d (diff) |
math/kfr: New port: C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0ad7f18bfeaf..1f6b0b5cab9c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -366,6 +366,7 @@ SUBDIR += kalgebra SUBDIR += kbruch SUBDIR += kcalc + SUBDIR += kfr SUBDIR += kig SUBDIR += kktdirect SUBDIR += kmplot |