commit | 65184f2f045abc0eb35f934f6cbf7e23b9875e7c | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 22 08:08:45 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:58:11 2019 +1000 |
tree | 1f4b1807dcc0d16daf24ddcc4f3dd5fd85e13c47 | |
parent | 48018e42e5c70c8ac4b222cc76af1a15ea2e09e7 [diff] |
powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible. Compared to ifdefs, IS_ENABLED() provide a cleaner code and allows to detect compilation failure regardless of the selected options. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>