diff options
author | Mohamed Abbas <mohamed.abbas@intel.com> | 2010-04-01 23:13:18 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-04-01 23:13:18 +0200 |
commit | 312fefcca61385943c2231de89dddf6aec773cc3 (patch) | |
tree | 30d008fdf7aa3f69f49b7f3e60d65370863893ed /Makefile.plugins | |
parent | 5a0631e01845981690ae5797dc3deeeb3d4aab12 (diff) | |
download | connman-312fefcca61385943c2231de89dddf6aec773cc3.tar.gz connman-312fefcca61385943c2231de89dddf6aec773cc3.tar.bz2 connman-312fefcca61385943c2231de89dddf6aec773cc3.zip |
Add hh2serial GPS support
This patch brings the hh2serial GPS device on and off with offline mode
changes. Although this power control is currently done through sysfs
entries, this will be fixed once the hh2serial driver gets proper
rfkill support.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r-- | Makefile.plugins | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins index 2e04c2b3..0748c3ec 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -54,6 +54,18 @@ plugins_bluetooth_la_LDFLAGS = $(plugin_ldflags) endif endif +if HH2SERIAL_GPS +if HH2SERIAL_GPS_BUILTIN +builtin_modules += hh2serial_gps +builtin_sources += plugins/hh2serial-gps.c +else +plugin_LTLIBRARIES += plugins/hh2serial-gps.la +plugin_objects += $(plugins_hh2serial_gps_la_OBJECTS) +plugins_hh2serial_gps_la_CFLAGS = $(plugin_cflags) +plugins_hh2serial_gps_la_LDFLAGS = $(plugin_ldflags) +endif +endif + if OFONO if OFONO_BUILTIN builtin_modules += ofono |