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
@ -26,6 +26,7 @@ ASFLAGS = -Wa,--no-absolute-literals
|
|||||||
LDFLAGS = -Tlinker.ld -nostartfiles -nostdlib
|
LDFLAGS = -Tlinker.ld -nostartfiles -nostdlib
|
||||||
|
|
||||||
CRT = crt.o vectors.o
|
CRT = crt.o vectors.o
|
||||||
|
CLEANFILES += linker.ld
|
||||||
|
|
||||||
linker.ld: linker.ld.S
|
linker.ld: linker.ld.S
|
||||||
$(CC) $(XTENSA_INC) -E -P $< -o $@
|
$(CC) $(XTENSA_INC) -E -P $< -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user