18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_ACNTSA) += speakup_acntsa.o
38c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_ACNTPC) += speakup_acntpc.o
48c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_APOLLO) += speakup_apollo.o
58c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_AUDPTR) += speakup_audptr.o
68c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_BNS) += speakup_bns.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_DECTLK) += speakup_dectlk.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_DECEXT) += speakup_decext.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_DECPC) += speakup_decpc.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_DTLK) += speakup_dtlk.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_KEYPC) += speakup_keypc.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_LTLK) += speakup_ltlk.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_SOFT) += speakup_soft.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_SPKOUT) += speakup_spkout.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_TXPRT) += speakup_txprt.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP_SYNTH_DUMMY) += speakup_dummy.o
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciobj-$(CONFIG_SPEAKUP) += speakup.o
198c2ecf20Sopenharmony_cispeakup-y := \
208c2ecf20Sopenharmony_ci	buffers.o \
218c2ecf20Sopenharmony_ci	devsynth.o \
228c2ecf20Sopenharmony_ci	i18n.o \
238c2ecf20Sopenharmony_ci	fakekey.o \
248c2ecf20Sopenharmony_ci	main.o \
258c2ecf20Sopenharmony_ci	keyhelp.o \
268c2ecf20Sopenharmony_ci	kobjects.o \
278c2ecf20Sopenharmony_ci	selection.o \
288c2ecf20Sopenharmony_ci	spk_ttyio.o \
298c2ecf20Sopenharmony_ci	synth.o \
308c2ecf20Sopenharmony_ci	thread.o \
318c2ecf20Sopenharmony_ci	varhandlers.o
328c2ecf20Sopenharmony_cispeakup-$(CONFIG_SPEAKUP_SERIALIO) += serialio.o
33