zipl/boot: simplify clean target

Simplify the clean target since there are several redundant
things (*.bin) and files that aren't built at all (.xxx and .yyy).

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-07-11 13:33:01 +02:00
committed by Jan Höppner
parent 5a848c98bb
commit 0783aa99d7

View File

@@ -85,7 +85,6 @@ stage3.exec: head.o stage3.o kdump3.o libc.o ebcdic.o ebcdic_conv.o sclp.o \
clean:
rm -f -- *.o *.exec *.bin $(FILES) tape0.bin *.xxx *.yyy \
stage3.bin *.lds .*.lds.d .loaders *.debug
rm -f -- *.o *.exec *.bin *.lds .*.lds.d .loaders *.debug
.PHONY: all clean