18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the modular ISDN driver 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_MISDN) += mISDN_core.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o 88c2ecf20Sopenharmony_ciobj-$(CONFIG_MISDN_L1OIP) += l1oip.o 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci# multi objects 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_cimISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o 138c2ecf20Sopenharmony_cimISDN_dsp-objs := dsp_core.o dsp_cmx.o dsp_tones.o dsp_dtmf.o dsp_audio.o dsp_blowfish.o dsp_pipeline.o dsp_hwec.o 148c2ecf20Sopenharmony_cil1oip-objs := l1oip_core.o l1oip_codec.o 15