summaryrefslogtreecommitdiff
path: root/utils/fwparam_ibft/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-01-14 04:33:51 -0600
committerMike Christie <michaelc@cs.wisc.edu>2010-01-15 02:24:01 -0600
commit2e39c68d905380efad58cd19ba982c06147161e3 (patch)
tree18bb63ae514ee6b0bc1b6a17edcc02ba1fbd51b2 /utils/fwparam_ibft/Makefile
parent29a1a1d624c12d2db0645c69cd672d54a5bdc549 (diff)
downloadopen-iscsi-2e39c68d905380efad58cd19ba982c06147161e3.tar.gz
iscsi tools: merge functions to get net iface name from mac address
There are 3 functions to get the net iface name from the mac address. This merges them into one function and moves it to a new file.
Diffstat (limited to 'utils/fwparam_ibft/Makefile')
-rw-r--r--utils/fwparam_ibft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fwparam_ibft/Makefile b/utils/fwparam_ibft/Makefile
index c160e0b..b9e7988 100644
--- a/utils/fwparam_ibft/Makefile
+++ b/utils/fwparam_ibft/Makefile
@@ -22,7 +22,7 @@
#
SYSDEPS_OBJS = $(wildcard ../sysdeps/*.o)
-OBJS := fw_entry.o fwparam_ibft_sysfs.o $(SYSDEPS_OBJS)
+OBJS := fw_entry.o fwparam_ibft_sysfs.o $(SYSDEPS_OBJS) ../../usr/iscsi_net_util.o
OBJS += prom_lex.o prom_parse.tab.o fwparam_ppc.o
CLEANFILES = $(OBJS) *.output *~