aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/Makefile
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-01-02 16:56:53 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-02-08 14:57:43 -0500
commite658bc556b3b2e699c5d9ba65fcc955f35105f42 (patch)
tree3332ec347fd566100f272adcdef4d88f78085718 /drivers/ieee1394/Makefile
parentd395a1774f34600d72f7d3796716f350ef29584b (diff)
the scheduled IEEE1394_OUI_DB removal
This patch contains the scheduled IEEE1394_OUI_DB removal. Signed-off-by: Adrian Bunk <bunk@stusta.de> Update: Also remove drivers/ieee1394/.gitignore. Remove now unused struct members in drivers/ieee1394/nodemgr.h. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/Makefile')
-rw-r--r--drivers/ieee1394/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ieee1394/Makefile b/drivers/ieee1394/Makefile
index d9650d3d77a0..489c133664d5 100644
--- a/drivers/ieee1394/Makefile
+++ b/drivers/ieee1394/Makefile
@@ -5,9 +5,6 @@
5ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \ 5ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
6 highlevel.o csr.o nodemgr.o dma.o iso.o \ 6 highlevel.o csr.o nodemgr.o dma.o iso.o \
7 csr1212.o config_roms.o 7 csr1212.o config_roms.o
8ifdef CONFIG_IEEE1394_OUI_DB
9ieee1394-objs += oui.o
10endif
11 8
12obj-$(CONFIG_IEEE1394) += ieee1394.o 9obj-$(CONFIG_IEEE1394) += ieee1394.o
13obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o 10obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o
@@ -18,10 +15,3 @@ obj-$(CONFIG_IEEE1394_SBP2) += sbp2.o
18obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o 15obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o
19obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o 16obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o
20 17
21quiet_cmd_oui2c = OUI2C $@
22 cmd_oui2c = $(CONFIG_SHELL) $(srctree)/$(src)/oui2c.sh < $< > $@
23
24targets := oui.c
25$(obj)/oui.o: $(obj)/oui.c
26$(obj)/oui.c: $(src)/oui.db $(src)/oui2c.sh FORCE
27 $(call if_changed,oui2c)