aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile.postlink
diff options
context:
space:
mode:
authorMatt Redfearn <matt.redfearn@imgtec.com>2017-01-30 09:58:34 +0000
committerJames Hogan <james.hogan@imgtec.com>2017-02-13 18:57:34 +0000
commit6e5b95cdbd0e9a87bc4b6ca173ae7f4f6a0f3e37 (patch)
tree82b6ea888e14a5c0ac4afaeefcf3a62b8c6cedbb /arch/mips/Makefile.postlink
parentMIPS: Fix cacheinfo overflow (diff)
downloadlinux-dev-6e5b95cdbd0e9a87bc4b6ca173ae7f4f6a0f3e37.tar.xz
linux-dev-6e5b95cdbd0e9a87bc4b6ca173ae7f4f6a0f3e37.zip
MIPS: Fix distclean with Makefile.postlink
The postlink Makefile must include include/config/auto.conf to get the kernel configuration variables. But in a clean kernel directory this file does not exist, causing make to bail with the error: arch/mips/Makefile.postlink:10: include/config/auto.conf: No such file or directory make[1]: *** No rule to make target 'include/config/auto.conf'. Stop. Makefile:1290: recipe for target 'vmlinuxclean' failed Fix this by using "-include" to not cause a Make error when the file does not exist. Fixes: 44079d3509ae ("MIPS: Use Makefile.postlink to insert relocations into vmlinux") Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15136/ Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips/Makefile.postlink')
-rw-r--r--arch/mips/Makefile.postlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile.postlink b/arch/mips/Makefile.postlink
index b0ddf0701a31..4b7f5a648c79 100644
--- a/arch/mips/Makefile.postlink
+++ b/arch/mips/Makefile.postlink
@@ -7,7 +7,7 @@
PHONY := __archpost
__archpost:
-include include/config/auto.conf
+-include include/config/auto.conf
include scripts/Kbuild.include
CMD_RELOCS = arch/mips/boot/tools/relocs