summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-01-10 16:59:02 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-01-10 16:59:02 +0000
commit332a0fd89db02be0ac4761c8b5bbe52582005ea0 (patch)
treeec508559e8456df98aae2b6d202e02883da89f0e /Makefile
parenta16e832ffb8dbf3e172d5cde5f698a2e97143ce8 (diff)
downloadopen-iscsi-332a0fd89db02be0ac4761c8b5bbe52582005ea0.tar.gz
from Mike Anderson: This patch series adds a command (fwparam_ibft) to the open-iscsi util directory. The fwparam_ibft command can be used to obtain iSCSI boot information from a IBM blade's system BIOS. Signed-off-by: Mike Anderson <andmike@us.ibm.com>
git-svn-id: svn://svn.berlios.de/open-iscsi@756 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54bb137..fe92993 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ ETCFILES = etc/iscsid.conf
all:
$(MAKE) -C usr
$(MAKE) -C kernel
+ $(MAKE) -C utils
@echo
@echo "Compilation complete Output file"
@echo "----------------------------------- ----------------"
@@ -40,6 +41,7 @@ all:
clean:
$(MAKE) -C usr clean
$(MAKE) -C kernel clean
+ $(MAKE) -C utils clean
# this is for safety
# now -jXXX will still be safe