From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH 2/4] Makefile: drop microbit.lds from the sources
Date: Thu, 5 Jan 2023 11:00:05 +0000 [thread overview]
Message-ID: <20230105110007.1977399-3-alex.bennee@linaro.org> (raw)
In-Reply-To: <20230105110007.1977399-1-alex.bennee@linaro.org>
Otherwise the compiler will complain about the lds file being included
more than once as we include all the dependencies in the compile step.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f58b79e..7b9a5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ all: usertest-a32 usertest-a64 usertest-t32 \
usertest-srcs = usertest.c semihosting.c semicall.S printf/printf.c
systest-srcs = start.S string.c $(usertest-srcs)
-microbit-systest-srcs = microbit.lds start-microbit.S string.c $(usertest-srcs)
+microbit-systest-srcs = start-microbit.S string.c $(usertest-srcs)
usertest-a32: $(usertest-srcs)
$(A32GCC) --static -o $@ $^
--
2.34.1
next prev parent reply other threads:[~2023-01-05 11:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 11:00 [PATCH 0/4] Some tweaks for semihosting-tests Alex Bennée
2023-01-05 11:00 ` [PATCH 1/4] semihosting-tests: add timeout support Alex Bennée
2023-01-05 11:00 ` Alex Bennée [this message]
2023-01-05 11:00 ` [PATCH 3/4] Makefile: simplify path to QEMU binaries Alex Bennée
2023-01-05 11:00 ` [PATCH 4/4] Makefile: explicitly disable -net for our -M virt runs Alex Bennée
2023-01-05 17:14 ` [PATCH 0/4] Some tweaks for semihosting-tests Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230105110007.1977399-3-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).