summaryrefslogtreecommitdiff
path: root/drivers/ieee1394/Makefile
diff options
context:
space:
mode:
authorJody McIntyre <scjody@steamballoon.com>2005-11-18 05:16:26 (GMT)
committerJody McIntyre <scjody@modernduck.com>2005-11-18 05:16:26 (GMT)
commit7301c8d3a05dc52d33598364da7c4eb6ab6357eb (patch)
tree715c5caaa11427e0c0a736692ebee156317588f2 /drivers/ieee1394/Makefile
parentef797546a93fffa9d8508e7c8539b352b6678568 (diff)
downloadlinux-fsl-qoriq-7301c8d3a05dc52d33598364da7c4eb6ab6357eb.tar.xz
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 e8b4d48..6f53611 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 < $< > $@