]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tcg/xtensa/Makefile.softmmu-target
tests/tcg/xtensa: add linker.ld to CLEANFILES
[mirror_qemu.git] / tests / tcg / xtensa / Makefile.softmmu-target
index 973e55298ee42c9049ff99d47de9b6c0f0757247..948c0e6506bd7da52e625697582cbe058d9d7b1a 100644 (file)
@@ -26,6 +26,7 @@ ASFLAGS = -Wa,--no-absolute-literals
 LDFLAGS = -Tlinker.ld -nostartfiles -nostdlib
 
 CRT        = crt.o vectors.o
+CLEANFILES += linker.ld
 
 linker.ld: linker.ld.S
        $(CC) $(XTENSA_INC) -E -P $< -o $@