Re: powerpc/Makefiles: Convert ifeq to ifdef where possible
From: Michael Ellerman <hidden> Date: 2018-08-08 14:27:03
On Mon, 2018-08-06 at 16:42:03 UTC, "Rodrigo R. Galvao" wrote:
In Makefiles if we're testing a CONFIG_FOO symbol for equality with 'y'
we can instead just use ifdef. The latter reads easily, so convert to
it where possible.
Signed-off-by: Rodrigo R. Galvao <redacted>
Reviewed-by: Mauro S. M. Rodrigues <redacted>