i40e: Implement ndo_features_check()
[deliverable/linux.git] / drivers / isdn / mISDN / Makefile
CommitLineData
1b2b03f8
KK
1#
2# Makefile for the modular ISDN driver
3#
4
5obj-$(CONFIG_MISDN) += mISDN_core.o
960366cf 6obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o
3712b42d 7obj-$(CONFIG_MISDN_L1OIP) += l1oip.o
1b2b03f8
KK
8
9# multi objects
10
3bd69ad1 11mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o
960366cf 12mISDN_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
3712b42d 13l1oip-objs := l1oip_core.o l1oip_codec.o
This page took 0.539194 seconds and 5 git commands to generate.