]> sigrok.org Git - libsigrok.git/blobdiff - hwplugin.c
fx2lafw: Added empty hardware module for fx2lafw
[libsigrok.git] / hwplugin.c
index 37d98e5dfca11901ad732ac6a6819f4c8bc442b6..5204a0f02c7ba2341bd377495725ddb5ebb1cdc8 100644 (file)
@@ -63,6 +63,9 @@ extern SR_PRIV struct sr_dev_plugin link_mso19_plugin_info;
 #ifdef HAVE_LA_ALSA
 extern SR_PRIV struct sr_dev_plugin alsa_plugin_info;
 #endif
+#ifdef HAVE_LA_FX2LAFW
+extern SR_PRIV struct sr_dev_plugin fx2lafw_plugin_info;
+#endif
 
 static struct sr_dev_plugin *plugins_list[] = {
 #ifdef HAVE_LA_DEMO
@@ -88,6 +91,9 @@ static struct sr_dev_plugin *plugins_list[] = {
 #endif
 #ifdef HAVE_LA_ALSA
        &alsa_plugin_info,
+#endif
+#ifdef HAVE_LA_FX2LAFW
+       &fx2lafw_plugin_info,
 #endif
        NULL,
 };