diff options
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) | ||