patch-2.4.22 linux-2.4.22/drivers/ieee1394/Makefile
Next file: linux-2.4.22/drivers/ieee1394/amdtp.c
Previous file: linux-2.4.22/drivers/ieee1394/Config.in
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-08-25 04:44:41.000000000 -0700
- Orig file:
linux-2.4.21/drivers/ieee1394/Makefile
- Orig date:
2003-06-13 07:51:34.000000000 -0700
diff -urN linux-2.4.21/drivers/ieee1394/Makefile linux-2.4.22/drivers/ieee1394/Makefile
@@ -8,7 +8,7 @@
list-multi := ieee1394.o
ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
- highlevel.o csr.o nodemgr.o dma.o iso.o
+ highlevel.o csr.o nodemgr.o oui.o dma.o iso.o
obj-$(CONFIG_IEEE1394) += ieee1394.o
obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o
@@ -25,3 +25,7 @@
ieee1394.o: $(ieee1394-objs)
$(LD) $(LDFLAGS) -r -o $@ $(ieee1394-objs)
+
+oui.o: oui.c
+oui.c: oui.db oui2c.sh
+ $(CONFIG_SHELL) oui2c.sh < oui.db > $@
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)