diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-04-06 20:00:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-04-17 15:19:37 +0200 |
commit | cb45de048faac153b6b49af7f98bcd4e3922a4d9 (patch) | |
tree | 280707edfbc69c635c3dbe69d035082825549a40 /plugins | |
parent | 3d2c0cc83ca59a5fd42548fa7af96a81c951d753 (diff) |
plugin: allow plugins to require MBIM probing of cdc-wdm ports
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 810bea70..e3688ef2 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -22,6 +22,10 @@ if WITH_QMI PLUGIN_COMMON_COMPILER_FLAGS += $(QMI_CFLAGS) endif +if WITH_MBIM +PLUGIN_COMMON_COMPILER_FLAGS += $(MBIM_CFLAGS) +endif + # UDev rules udevrulesdir = $(UDEV_BASE_DIR)/rules.d udevrules_DATA = |