Skip to content
Commit badf436f authored by Rodrigo R. Galvao's avatar Rodrigo R. Galvao Committed by Michael Ellerman
Browse files

powerpc/Makefiles: Convert ifeq to ifdef where possible



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: default avatarRodrigo R. Galvao <rosattig@linux.vnet.ibm.com>
Reviewed-by: default avatarMauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent f8db2007
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment