summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 12b7f9d..caeccf5 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,6 @@ make_utils:
user: iscsiuio/Makefile
$(MAKE) $(MFLAGS) -C libopeniscsiusr
$(MAKE) $(MFLAGS) -C utils/sysdeps
- $(MAKE) $(MFLAGS) -C utils/fwparam_ibft
$(MAKE) $(MFLAGS) -C usr
$(MAKE) $(MFLAGS) -C utils
$(MAKE) $(MFLAGS) -C etc
@@ -78,7 +77,6 @@ force: ;
clean:
$(MAKE) $(MFLAGS) -C utils/sysdeps clean
- $(MAKE) $(MFLAGS) -C utils/fwparam_ibft clean
$(MAKE) $(MFLAGS) -C utils clean
$(MAKE) $(MFLAGS) -C usr clean
$(MAKE) $(MFLAGS) -C etc clean