software: hide and delete .ts files
[litex.git] / software / bios / Makefile
index 02fe4af1666985ad9bd39cad86effec89ed011f2..10cae9632214757c60c4ac28c32534afc6614123 100644 (file)
@@ -38,6 +38,6 @@ flash: bios.bin
        m1nor bios.bin
 
 clean:
-       rm -f $(OBJECTS) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
+       rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
 
 .PHONY: clean libs flash