Re: [PATCH] crypto: arm: workaround for building with old binutils

From: Arnd Bergmann
Date: Sat Apr 11 2015 - 16:45:18 EST


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