aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2017-05-08 11:50:16 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2017-05-09 19:24:23 +1000
commit24e0bfbf63bac18495b0ad76115269f2158e9234 (patch)
tree5c753e334a6d6034db0f9d11176eee321003e63b /arch/powerpc/xmon
parentpowerpc/powernv: Block PCI config access on BCM5718 during EEH recovery (diff)
downloadlinux-dev-24e0bfbf63bac18495b0ad76115269f2158e9234.tar.xz
linux-dev-24e0bfbf63bac18495b0ad76115269f2158e9234.zip
powerpc: Fix distclean with Makefile.postlink
Makefile.postlink always includes include/config/auto.conf, however this file is not present in a clean kernel tree, causing make to fail: $ git clone linuxppc.git $ cd linuxppc.git $ make distclean arch/powerpc/Makefile.postlink:10: include/config/auto.conf: No such file or directory make[1]: *** No rule to make target `include/config/auto.conf'. Stop. make: *** [vmlinuxclean] Error 2 Equally running 'make distclean; make distclean' will trip the error case. Change the inclusion such that file not being found does not trigger an error. Fixes: f188d0524d7e ("powerpc: Use the new post-link pass to check relocations") Reported-by: Mircea Pop <mircea.pop@nxp.com> Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/xmon')
0 files changed, 0 insertions, 0 deletions