diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-01-02 16:56:53 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-02-08 14:57:43 -0500 |
commit | e658bc556b3b2e699c5d9ba65fcc955f35105f42 (patch) | |
tree | 3332ec347fd566100f272adcdef4d88f78085718 /drivers/ieee1394/Makefile | |
parent | d395a1774f34600d72f7d3796716f350ef29584b (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/Makefile | 10 |
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 @@ | |||
5 | ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \ | 5 | ieee1394-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 |
8 | ifdef CONFIG_IEEE1394_OUI_DB | ||
9 | ieee1394-objs += oui.o | ||
10 | endif | ||
11 | 8 | ||
12 | obj-$(CONFIG_IEEE1394) += ieee1394.o | 9 | obj-$(CONFIG_IEEE1394) += ieee1394.o |
13 | obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o | 10 | obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o |
@@ -18,10 +15,3 @@ obj-$(CONFIG_IEEE1394_SBP2) += sbp2.o | |||
18 | obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o | 15 | obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o |
19 | obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o | 16 | obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o |
20 | 17 | ||
21 | quiet_cmd_oui2c = OUI2C $@ | ||
22 | cmd_oui2c = $(CONFIG_SHELL) $(srctree)/$(src)/oui2c.sh < $< > $@ | ||
23 | |||
24 | targets := 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) | ||