include upstream ip1000a driver version 2.09f
[linux-2.4.git] / drivers / telephony / Makefile
1 #
2 # Makefile for drivers/telephony
3 #
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
7 #
8
9 obj-y   :=
10 obj-n   :=
11 obj-m   :=
12 obj-    :=
13 export-objs := phonedev.o ixj.o
14
15 obj-$(CONFIG_PHONE) += phonedev.o
16 obj-$(CONFIG_PHONE_IXJ) += ixj.o
17 obj-$(CONFIG_PHONE_IXJ_PCMCIA) += ixj_pcmcia.o
18
19 O_TARGET := telephony.o
20
21 include $(TOPDIR)/Rules.make
22