Added an option to build internal LibTomMath with faster div routine
[libeap.git] / wpa_supplicant / Makefile
index 53850d8..30318a9 100644 (file)
@@ -627,6 +627,9 @@ endif
 ifdef CONFIG_INTERNAL_LIBTOMMATH_FAST_SQR
 CFLAGS += -DLTM_FAST_SQR
 endif
+ifdef CONFIG_INTERNAL_LIBTOMMATH_FAST_DIV
+CFLAGS += -DLTM_FAST_DIV
+endif
 else
 LIBS += -ltommath
 LIBS_p += -ltommath