diff options
-rw-r--r-- | arch/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index b0c5276861ec..c098ca4671de 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -138,7 +138,7 @@ KBUILD_CFLAGS += $(call cc-option,-mno-avx,) | |||
138 | KBUILD_CFLAGS += $(mflags-y) | 138 | KBUILD_CFLAGS += $(mflags-y) |
139 | KBUILD_AFLAGS += $(mflags-y) | 139 | KBUILD_AFLAGS += $(mflags-y) |
140 | 140 | ||
141 | archscripts: | 141 | archscripts: scripts_basic |
142 | $(Q)$(MAKE) $(build)=arch/x86/tools relocs | 142 | $(Q)$(MAKE) $(build)=arch/x86/tools relocs |
143 | 143 | ||
144 | ### | 144 | ### |