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
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.