[Skiboot] [PATCH 1/2] libstb: Add print-container to `make clean`
Reza Arbab
arbab at linux.ibm.com
Sat May 10 03:53:10 AEST 2025
Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
---
libstb/Makefile.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libstb/Makefile.inc b/libstb/Makefile.inc
index f8df787d1fa3..d3a9ee2cdf84 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
--
2.43.5
More information about the Skiboot
mailing list