summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorGlenn Schmottlach <Glenn.Schmottlach@xs-embedded.com>2014-02-10 16:18:55 -0500
committerPatrik Flykt <patrik.flykt@linux.intel.com>2014-02-14 10:25:05 +0200
commit9abdf5f8e003216f68ea11ec8e5fdd6ea1b0263d (patch)
treece1a78ff1097ddad0d0d14a75530ce7d6a05540e /Makefile.plugins
parent1e4e965286c1e4779dc57162510c59c891fe6e9b (diff)
downloadconnman-9abdf5f8e003216f68ea11ec8e5fdd6ea1b0263d.tar.gz
plugins: Refactor Gadget into separate plugin and file.
Move Linux Gadget, i.e. USB client, device support into a separate plug-in instead of being combined with the Ethernet plug-in. Change the prefix of several ethernet driver function names to be more consistent with the underlying driver (e.g. cable_ -> eth_network_, ethernet_ -> eth_dev_, eth_ -> eth_tech_).
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index ce5089d6..cf0f9a82 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -16,6 +16,11 @@ builtin_modules += ethernet
builtin_sources += plugins/ethernet.c
endif
+if GADGET
+builtin_modules += gadget
+builtin_sources += plugins/gadget.c
+endif
+
gsupplicant_sources = gsupplicant/gsupplicant.h gsupplicant/dbus.h \
gsupplicant/supplicant.c gsupplicant/dbus.c