qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/tcg/xtensa: add linker.ld to CLEANFILES
@ 2023-03-14 22:08 Max Filippov
  2023-03-14 23:41 ` Wilfred Mallawa
  2023-03-15  7:48 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Max Filippov @ 2023-03-14 22:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov

Linker script for xtensa tests must be preprocessed for a specific
target, remove it as a part of make clean.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 tests/tcg/xtensa/Makefile.softmmu-target | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/tcg/xtensa/Makefile.softmmu-target b/tests/tcg/xtensa/Makefile.softmmu-target
index 973e55298ee4..948c0e6506bd 100644
--- a/tests/tcg/xtensa/Makefile.softmmu-target
+++ b/tests/tcg/xtensa/Makefile.softmmu-target
@@ -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 $@
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-15  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 22:08 [PATCH] tests/tcg/xtensa: add linker.ld to CLEANFILES Max Filippov
2023-03-14 23:41 ` Wilfred Mallawa
2023-03-15  0:08   ` Max Filippov
2023-03-15  0:49     ` Wilfred Mallawa
2023-03-15  7:48 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).