summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-13 14:03:51 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-13 14:23:59 +0200
commit0fea59d09885b7d5edce67523df2a4898de31e10 (patch)
tree4b65ce71fcd6451035638a8f4fdf16a4006d0f91 /Makefile.obexd
parent076d3dbc6c314187029fd05f20c955af353aafad (diff)
downloadbluez-0fea59d09885b7d5edce67523df2a4898de31e10.tar.gz
build: Remove obexd usb plugin
This plugin is not longer maintained and used to work only in meego times.
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 9498ac1af..e6536bc8b 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -11,11 +11,6 @@ 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