diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-27 02:02:10 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 02:02:10 +0200 |
commit | 3712b42d4b1bec29a4232a6673bf2e6dcc5faa68 (patch) | |
tree | b00ed0696e336c26daf6ec52cefee6d59eb89691 /drivers/isdn/mISDN/Makefile | |
parent | af69fb3a8ffa37e986db00ed93099dc44babeef4 (diff) |
Add layer1 over IP support
Implement a ISDN over IP tunnel to use mISDN hardware on
remote locations.
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn/mISDN/Makefile')
-rw-r--r-- | drivers/isdn/mISDN/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/Makefile b/drivers/isdn/mISDN/Makefile index 7f1a2180420..1cb5e633cf7 100644 --- a/drivers/isdn/mISDN/Makefile +++ b/drivers/isdn/mISDN/Makefile @@ -4,8 +4,10 @@ obj-$(CONFIG_MISDN) += mISDN_core.o obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o +obj-$(CONFIG_MISDN_L1OIP) += l1oip.o # multi objects mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o 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 +l1oip-objs := l1oip_core.o l1oip_codec.o |