From 61443d7db7de606c28cddfc5b9002135b8cadc9d Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Thu, 31 Mar 2022 11:13:51 -0700 Subject: 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. --- utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/Makefile') 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. # -- cgit v1.2.1