CMSIS-DSP: Added f16 support functions
diff --git a/CMSIS/DSP/PythonWrapper/setup.py b/CMSIS/DSP/PythonWrapper/setup.py
index 82b8b2a..defb900 100644
--- a/CMSIS/DSP/PythonWrapper/setup.py
+++ b/CMSIS/DSP/PythonWrapper/setup.py
@@ -25,6 +25,7 @@
 
 support = glob.glob(os.path.join(ROOT,"Source","SupportFunctions","*.c"))
 support.remove(os.path.join(ROOT,"Source","SupportFunctions","SupportFunctions.c"))
+support.remove(os.path.join(ROOT,"Source","SupportFunctions","SupportFunctionsF16.c"))
 
 fastmath = glob.glob(os.path.join(ROOT,"Source","FastMathFunctions","*.c"))
 fastmath.remove(os.path.join(ROOT,"Source","FastMathFunctions","FastMathFunctions.c"))