From c52d58516985e98f1db59dda27fa36c372378347 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Dec 2012 21:55:14 +0100 Subject: build: Support OBEX USB and PC-Suite plugins --- Makefile.obexd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.obexd') 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 -- cgit v1.2.1