| Karsten Keil | 1b2b03f | 2008-07-27 01:54:58 +0200 | [diff] [blame] | 1 | # | 
|  | 2 | # Makefile for the modular ISDN driver | 
|  | 3 | # | 
|  | 4 |  | 
|  | 5 | obj-$(CONFIG_MISDN) += mISDN_core.o | 
| Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame^] | 6 | obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o | 
| Karsten Keil | 1b2b03f | 2008-07-27 01:54:58 +0200 | [diff] [blame] | 7 |  | 
|  | 8 | # multi objects | 
|  | 9 |  | 
|  | 10 | mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o | 
| Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame^] | 11 | mISDN_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 |