[PATCH] crypto: arm: workaround for building with old binutils
Arnd Bergmann
arnd at arndb.de
Sat Apr 11 13:44:59 PDT 2015
On Saturday 11 April 2015 12:35:19 Ard Biesheuvel wrote:
>
> Yes, that should work. Could we also move the CE objs to ce-obj-$() and put
>
> ifneq ($(ce-obj-y)$(ce-obj-m),)
> if <as check>
> obj-y += $(ce-obj-y)
> obj-m += $(ce-obj-m)
> else
> $(warning ...)
> endif
> endif
>
> around it so you only get the warning if you have selected any of these modules?
Sounds good, I had not thought of that.
> In any case, I strongly prefer to leave the .S files themselves alone if at all possible
Yes, makes sense.
Arnd
More information about the linux-arm-kernel
mailing list