mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
|
#
|
||
|
# Makefile for drivers/telephony
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_PHONE) += phonedev.o
|
||
|
obj-$(CONFIG_PHONE_IXJ) += ixj.o
|
||
|
obj-$(CONFIG_PHONE_IXJ_PCMCIA) += ixj_pcmcia.o
|