diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -742,7 +742,7 @@ endif # ifdef CONFIG_KALLSYMS | |||
| 742 | # vmlinux image - including updated kernel symbols | 742 | # vmlinux image - including updated kernel symbols |
| 743 | vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE | 743 | vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE |
| 744 | ifdef CONFIG_HEADERS_CHECK | 744 | ifdef CONFIG_HEADERS_CHECK |
| 745 | $(Q)$(MAKE) headers_check | 745 | $(Q)$(MAKE) -f $(srctree)/Makefile headers_check |
| 746 | endif | 746 | endif |
| 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 | ||
| 936 | PHONY += headers_install | 936 | PHONY += headers_install |
| 937 | headers_install: include/linux/version.h scripts_basic FORCE | 937 | headers_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 |
