summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 580f1ba40..eacf7302e 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -11,6 +11,16 @@ obexd_builtin_sources += obexd/plugins/filesystem.c obexd/plugins/filesystem.h
obexd_builtin_modules += bluetooth
obexd_builtin_sources += obexd/plugins/bluetooth.c
+if USB
+obexd_builtin_modules += usb
+obexd_builtin_sources += obexd/plugins/usb.c
+endif
+
+if EXPERIMENTAL
+obexd_builtin_modules += pcsuite
+obexd_builtin_sources += obexd/plugins/pcsuite.c
+endif
+
obexd_builtin_modules += opp
obexd_builtin_sources += obexd/plugins/opp.c