diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-05-21 23:17:50 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-05-21 23:17:50 +0400 |
commit | d13a822e6d08733cc69dd8c2f5d82eacb1474295 (patch) | |
tree | 2b39613c0d8cce9eb3b15adb1525a2c72f46d392 /arch/x86/Makefile | |
parent | 29d679ffd850ea37a303bb930142be14982611e4 (diff) | |
parent | 76e10d158efb6d4516018846f60c2ab5501900bc (diff) | |
download | linux-d13a822e6d08733cc69dd8c2f5d82eacb1474295.tar.xz |
Merge commit 'v3.4' into x86/urgent
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 41a7237606a3..94e91e401da9 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -134,6 +134,9 @@ KBUILD_CFLAGS += $(call cc-option,-mno-avx,) KBUILD_CFLAGS += $(mflags-y) KBUILD_AFLAGS += $(mflags-y) +archscripts: + $(Q)$(MAKE) $(build)=arch/x86/tools relocs + ### # Syscall table generation |