This re-implements the custom serial concept in a new way. This way doesn't touch any of the backend code, it just introduces a optional redirection layer in the existing serial backends. This implementation supports more serial operations to, so we can support more backends this way. Hooking into the existing serial backends might look ugly but its probably the best way to make sure this patch conflicts as little as possible with upstream. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
60 lines
1022 B
Makefile
60 lines
1022 B
Makefile
libdivecomputerdir = $(includedir)/libdivecomputer
|
|
libdivecomputer_HEADERS = \
|
|
version.h \
|
|
common.h \
|
|
context.h \
|
|
custom_serial.h \
|
|
buffer.h \
|
|
descriptor.h \
|
|
iterator.h \
|
|
device.h \
|
|
parser.h \
|
|
datetime.h \
|
|
units.h \
|
|
suunto.h \
|
|
suunto_solution.h \
|
|
suunto_eon.h \
|
|
suunto_vyper.h \
|
|
suunto_vyper2.h \
|
|
suunto_d9.h \
|
|
reefnet.h \
|
|
reefnet_sensus.h \
|
|
reefnet_sensuspro.h \
|
|
reefnet_sensusultra.h \
|
|
uwatec.h \
|
|
uwatec_aladin.h \
|
|
uwatec_memomouse.h \
|
|
uwatec_smart.h \
|
|
uwatec_meridian.h \
|
|
oceanic.h \
|
|
oceanic_atom2.h \
|
|
oceanic_veo250.h \
|
|
oceanic_vtpro.h \
|
|
mares.h \
|
|
mares_nemo.h \
|
|
mares_puck.h \
|
|
mares_darwin.h \
|
|
mares_iconhd.h \
|
|
hw.h \
|
|
hw_ostc.h \
|
|
hw_frog.h \
|
|
hw_ostc3.h \
|
|
cressi.h \
|
|
cressi_edy.h \
|
|
cressi_leonardo.h \
|
|
zeagle.h \
|
|
zeagle_n2ition3.h \
|
|
atomics.h \
|
|
atomics_cobalt.h \
|
|
shearwater.h \
|
|
shearwater_petrel.h \
|
|
shearwater_predator.h \
|
|
diverite.h \
|
|
diverite_nitekq.h \
|
|
citizen.h \
|
|
citizen_aqualand.h \
|
|
divesystem.h \
|
|
divesystem_idive.h \
|
|
cochran.h \
|
|
cochran_commander.h
|