Import changeset
[linux-flexiantxendom0-3.2.10.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
14
15 obj-$(CONFIG_PHONE) += phonedev.o
16 obj-$(CONFIG_PHONE_IXJ) += ixj.o
17
18 O_TARGET := telephony.o
19
20 include $(TOPDIR)/Rules.make
21