diff options
author | Joe Perches <joe@perches.com> | 2012-01-30 23:54:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-09 01:58:04 +0100 |
commit | 6222d7a17745f6e48fddda7245e4bb0d58bfeaf0 (patch) | |
tree | 0ab0417437b111c9ee24b14d54faa7829177bf57 /drivers/telephony/Makefile | |
parent | staging: android/lowmemorykiller: Do not kill kernel threads (diff) | |
download | linux-6222d7a17745f6e48fddda7245e4bb0d58bfeaf0.tar.xz linux-6222d7a17745f6e48fddda7245e4bb0d58bfeaf0.zip |
telephony: Move to staging
This stuff is really old and in quite poor shape.
Does anyone still use it?
If not, I think it's appropriate to let it simmer
in staging for a few releases.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/telephony/Makefile')
-rw-r--r-- | drivers/telephony/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/telephony/Makefile b/drivers/telephony/Makefile deleted file mode 100644 index 1206615d69e4..000000000000 --- a/drivers/telephony/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for drivers/telephony -# - -obj-$(CONFIG_PHONE) += phonedev.o -obj-$(CONFIG_PHONE_IXJ) += ixj.o -obj-$(CONFIG_PHONE_IXJ_PCMCIA) += ixj_pcmcia.o |