From: pebolle@tiscali.nl (Paul Bolle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/3] firmware: qcom: scm: Add support for ARM64 SoCs
Date: Tue, 14 Apr 2015 23:09:46 +0200 [thread overview]
Message-ID: <1429045786.27492.51.camel@x220> (raw)
In-Reply-To: <1429041520-6720-3-git-send-email-galak@codeaurora.org>
On Tue, 2015-04-14 at 14:58 -0500, Kumar Gala wrote:
> --- a/drivers/firmware/Makefile
> +++ b/drivers/firmware/Makefile
> +ifdef CONFIG_64BIT
> +obj-$(CONFIG_QCOM_SCM) += qcom_scm-64.o
> +else
> obj-$(CONFIG_QCOM_SCM) += qcom_scm-32.o
> +endif
I don't think arm and arm64 set BITS. If they did
obj-$(CONFIG_QCOM_SCM) += qcom_scm-$(BITS).o
might have worked here.
Paul Bolle
next prev parent reply other threads:[~2015-04-14 21:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-14 19:58 [PATCH v3 0/3] Add smp booting support for Qualcomm ARMv8 SoCs Kumar Gala
2015-04-14 19:58 ` [PATCH v3 1/3] firmware: qcom: scm: Split out 32-bit specific SCM code Kumar Gala
2015-04-14 19:58 ` [PATCH v3 2/3] firmware: qcom: scm: Add support for ARM64 SoCs Kumar Gala
2015-04-14 21:09 ` Paul Bolle [this message]
2015-04-14 19:58 ` [PATCH v3 3/3] arm64: qcom: add cpu operations Kumar Gala
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=1429045786.27492.51.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=linux-arm-kernel@lists.infradead.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).