powerpc: make syntax for FADump config options in kernel/Makefile readable
authorHari Bathini <hbathini@linux.ibm.com>
Wed, 9 Oct 2019 15:27:20 +0000 (20:57 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 11 Oct 2019 07:49:37 +0000 (18:49 +1100)
commitcd1d55f16d48d97d681d9534170ce712ac1d09e7
tree30ea4e2d10bcaf605adfacd1b74bb07ebaeda87e
parentaaa351504449c4babb80753c72920e4b25fbd8a9
powerpc: make syntax for FADump config options in kernel/Makefile readable

arch/powerpc/kernel/fadump.c file needs to be compiled in if 'config
FA_DUMP' or 'config PRESERVE_FA_DUMP' is set. The current syntax
achieves that but looks a bit odd. Fix it for better readability.

Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/157063484064.11906.3586824898111397624.stgit@hbathini.in.ibm.com
arch/powerpc/kernel/Makefile