summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2012-12-18 11:41:19 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 17:20:44 +0200
commit0a5b1ec8d303abcd72324e6a285d984bc10044d7 (patch)
tree496043ca3185a3d0ae52f655202c755ef5b891b8 /Makefile.plugins
parent647f42d9f340fff4554d82b91418452322efeed0 (diff)
downloadbluez-0a5b1ec8d303abcd72324e6a285d984bc10044d7.tar.gz
hog: Merge hog_device.h code into hog_device.c
This patch merges hog_device.h code into hog_device.c and removes hog_device.h file. As long as hog_manager.c was merged into hog_ device.c, there is no need to have a header for hog_device. This patch also adds the static modifier to functions which are now used only in hog_device.c.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 781218cd0..41b6876f4 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -59,9 +59,8 @@ builtin_sources += profiles/input/manager.h profiles/input/manager.c \
profiles/input/device.h profiles/input/device.c
builtin_modules += hog
-builtin_sources += profiles/input/hog_device.h profiles/input/hog_device.c \
- profiles/input/uhid_copy.h profiles/input/suspend.h \
- profiles/input/suspend-dummy.c
+builtin_sources += profiles/input/hog_device.c profiles/input/uhid_copy.h \
+ profiles/input/suspend.h profiles/input/suspend-dummy.c
builtin_modules += health
builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \