]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita79b15f174a48d3bfa29bb0539781eb54c638746
tree30ea4e2d10bcaf605adfacd1b74bb07ebaeda87e
parentdc41ad949a883c399d077eac7e1e63edc16331a7
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