mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tests/tcg/xtensa: add linker.ld to CLEANFILES
Linker script for xtensa tests must be preprocessed for a specific
target, remove it as a part of make clean.
Fixes: be5cac175a
("tests/tcg/xtensa: enable system tests")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
27a03171d0
commit
5161dba859
1 changed files with 1 additions and 0 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue