162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the modular ISDN driver 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_MISDN) += mISDN_core.o 762306a36Sopenharmony_ciobj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o 862306a36Sopenharmony_ciobj-$(CONFIG_MISDN_L1OIP) += l1oip.o 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci# multi objects 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cimISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o 1362306a36Sopenharmony_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 1462306a36Sopenharmony_cil1oip-objs := l1oip_core.o l1oip_codec.o 15