lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1429045786.27492.51.camel@x220>
Date:	Tue, 14 Apr 2015 23:09:46 +0200
From:	Paul Bolle <pebolle@...cali.nl>
To:	Kumar Gala <galak@...eaurora.org>
Cc:	linux-arm-msm@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	arm@...nel.org, catalin.marinas@....com, will.deacon@....com,
	abhimany@...eaurora.org
Subject: Re: [PATCH v3 2/3] firmware: qcom: scm: Add support for ARM64 SoCs

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ