summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2012-12-18 11:41:18 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 17:18:50 +0200
commit647f42d9f340fff4554d82b91418452322efeed0 (patch)
treee3b0d39eb47cf254357ac418dcd14b7da91edcf7 /Makefile.plugins
parent1b1c92ddad66672ac6077ed7adcd2c1a35752ac2 (diff)
downloadbluez-647f42d9f340fff4554d82b91418452322efeed0.tar.gz
hog: Merge hog_manager.c code into hog_device.c
This patch merges hog_manager.c code into hog_device.c and removes hog_manager.c file. hog_manager.c is a very small file, so there is no need to keep it separated.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index a8f12311c..781218cd0 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -59,9 +59,9 @@ 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_manager.c 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.h 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 \