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 | ||||
6 | |||||
7 | # multi objects | ||||
8 | |||||
9 | mISDN_core-objs := core.o fsm.o socket.o hwchannel.o stack.o layer1.o layer2.o tei.o timerdev.o |