diff options
Diffstat (limited to 'drivers/telephony/Makefile')
-rw-r--r-- | drivers/telephony/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/telephony/Makefile b/drivers/telephony/Makefile new file mode 100644 index 000000000000..1206615d69e4 --- /dev/null +++ b/drivers/telephony/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for drivers/telephony | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_PHONE) += phonedev.o | ||
6 | obj-$(CONFIG_PHONE_IXJ) += ixj.o | ||
7 | obj-$(CONFIG_PHONE_IXJ_PCMCIA) += ixj_pcmcia.o | ||