summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-31 11:13:51 -0700
committerLee Duncan <lduncan@suse.com>2022-03-31 11:13:51 -0700
commit61443d7db7de606c28cddfc5b9002135b8cadc9d (patch)
tree0a2f720698499d8515867951373e14850914aa3e /utils/Makefile
parent4cc94655720a5c1fe3baf1cb903ed35880d505fe (diff)
downloadopen-iscsi-61443d7db7de606c28cddfc5b9002135b8cadc9d.tar.gz
Build: Cleanup fwparam_ibft and sysdeps subdirs.
This commit moves the "fwparam_ibft" subdirectory from being under "utils" to being under "usr", where its actually used. It also updates usr/Makefile so that it's smarter about how and when to build the fwparam_ibft object files it needs, as well as how to build sysdeps.o. From the top-level Makefile, "make user" will now make the fwparam_ibft files, as needed for the "user" targets, before building iscsid and friends.
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 250b77e..01f7e0b 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -2,8 +2,8 @@
#
# Make file for the util sub-directory
#
-# This make file does not control the fwparam_ibft
-# or sysdeps subdirectories. Those are still controlled
+# This make file does not control the sysdeps
+# subdirectory, which is controlled
# from the top-level make file.
#