aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f242829c4f0b..eebf310e8ce4 100644
--- a/Makefile
+++ b/Makefile
@@ -742,7 +742,7 @@ endif # ifdef CONFIG_KALLSYMS
742# vmlinux image - including updated kernel symbols 742# vmlinux image - including updated kernel symbols
743vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE 743vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE
744ifdef CONFIG_HEADERS_CHECK 744ifdef CONFIG_HEADERS_CHECK
745 $(Q)$(MAKE) headers_check 745 $(Q)$(MAKE) -f $(srctree)/Makefile headers_check
746endif 746endif
747 $(call if_changed_rule,vmlinux__) 747 $(call if_changed_rule,vmlinux__)
748 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost $@ 748 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost $@
@@ -935,7 +935,7 @@ headers_install_all: include/linux/version.h scripts_basic FORCE
935 935
936PHONY += headers_install 936PHONY += headers_install
937headers_install: include/linux/version.h scripts_basic FORCE 937headers_install: include/linux/version.h scripts_basic FORCE
938 @if [ ! -r include/asm-$(ARCH)/Kbuild ]; then \ 938 @if [ ! -r $(srctree)/include/asm-$(ARCH)/Kbuild ]; then \
939 echo '*** Error: Headers not exportable for this architecture ($(ARCH))'; \ 939 echo '*** Error: Headers not exportable for this architecture ($(ARCH))'; \
940 exit 1 ; fi 940 exit 1 ; fi
941 $(Q)$(MAKE) $(build)=scripts scripts/unifdef 941 $(Q)$(MAKE) $(build)=scripts scripts/unifdef