summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/Makefile
diff options
context:
space:
mode:
authorJody McIntyre <scjody@steamballoon.com>2005-11-18 06:16:26 +0100
committerJody McIntyre <scjody@modernduck.com>2005-11-18 06:16:26 +0100
commit7301c8d3a05dc52d33598364da7c4eb6ab6357eb (patch)
tree715c5caaa11427e0c0a736692ebee156317588f2 /drivers/ieee1394/Makefile
parentRemove definitions of unreferenced macros virt_to_page and vmalloc_32 from (diff)
downloadlinux-7301c8d3a05dc52d33598364da7c4eb6ab6357eb.tar.xz
linux-7301c8d3a05dc52d33598364da7c4eb6ab6357eb.zip
Remove amdtp, cmp drivers.
Remove the Audio and Music Data Transmission Protocol driver and the Connection Management Procedures driver. These are incomplete, have never worked, and are better implemented in userland via raw1394 (see http://freebob.sourceforge.net/ for example.) Signed-off-by: Jody McIntyre <scjody@steamballoon.com> Cc: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/ieee1394/Makefile')
-rw-r--r--drivers/ieee1394/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ieee1394/Makefile b/drivers/ieee1394/Makefile
index e8b4d48d376e..6f53611fe255 100644
--- a/drivers/ieee1394/Makefile
+++ b/drivers/ieee1394/Makefile
@@ -14,8 +14,6 @@ obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o
obj-$(CONFIG_IEEE1394_SBP2) += sbp2.o
obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o
obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o
-obj-$(CONFIG_IEEE1394_AMDTP) += amdtp.o
-obj-$(CONFIG_IEEE1394_CMP) += cmp.o
quiet_cmd_oui2c = OUI2C $@
cmd_oui2c = $(CONFIG_SHELL) $(srctree)/$(src)/oui2c.sh < $< > $@