WPS: Make testing operations configurable at runtime
[libeap.git] / hostapd / Makefile
index f43f4a5..7d4bab8 100644 (file)
@@ -361,6 +361,10 @@ CFLAGS += -DCONFIG_WPS_STRICT
 OBJS += ../src/wps/wps_validate.o
 endif
 
+ifdef CONFIG_WPS_TESTING
+CFLAGS += -DCONFIG_WPS_TESTING
+endif
+
 endif
 
 ifdef CONFIG_EAP_IKEV2