aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2025-05-09 12:53:10 -0500
committerReza Arbab <arbab@linux.ibm.com>2025-05-16 13:08:36 -0500
commitd23546f86b2b8c32e5cb60a04174e88eb0ea7d10 (patch)
tree9302e55645841327b6ba6e8c88d8cbb0d0df641f
parent6c964afcb80a948422ec282e278f8a2649948056 (diff)
downloadskiboot-d23546f86b2b8c32e5cb60a04174e88eb0ea7d10.zip
skiboot-d23546f86b2b8c32e5cb60a04174e88eb0ea7d10.tar.gz
skiboot-d23546f86b2b8c32e5cb60a04174e88eb0ea7d10.tar.bz2
libstb: Add print-container to `make clean`
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
-rw-r--r--libstb/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstb/Makefile.inc b/libstb/Makefile.inc
index f8df787..d3a9ee2 100644
--- a/libstb/Makefile.inc
+++ b/libstb/Makefile.inc
@@ -30,7 +30,7 @@ libstb/print-container: libstb/print-container.c libstb/container-utils.c
$(call Q, HOSTCC , $(HOSTCC) $(HOSTCFLAGS) \
-O0 -g -I$(SRC) -I$(SRC)/include -o $@ $^ -lssl -lcrypto, $<)
-clean: create-container-clean
+clean: container-utils-clean
-create-container-clean:
- $(RM) libstb/create-container
+container-utils-clean:
+ $(RM) libstb/create-container libstb/print-container