From: Timo J. L. <tim...@ik...> - 2021-08-25 11:08:15
|
From: Timo Lindfors <tim...@ik...> Signed-off-by: Timo Juhani Lindfors <tim...@ik...> --- tboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tboot/Makefile b/tboot/Makefile index f6530ea..dbcfdf9 100644 --- a/tboot/Makefile +++ b/tboot/Makefile @@ -68,7 +68,7 @@ $(DISTDIR)/boot/$(TARGET).gz : $(TARGET).gz clean : - rm -f $(TARGET)* $(TARGET_LDS) *~ include/*~ include/txt/*~ *.o common/*~ txt/*~ common/*.o txt/*.o + rm -f $(TARGET)* $(TARGET_LDS) *~ include/*~ include/txt/*~ *.o common/*~ txt/*~ common/*.o txt/*.o common/poly1305/*.o rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out -- 2.20.1 |