blob: 5140862dd3ef0d1e647681a3c9f85770b70c2e6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- arch/x86/Makefile.orig 2016-07-27 15:42:34 UTC
+++ arch/x86/Makefile
@@ -2,7 +2,7 @@
# select defconfig based on actual architecture
ifeq ($(ARCH),x86)
- ifeq ($(shell uname -m),x86_64)
+ ifeq ($(shell uname -m),amd64)
KBUILD_DEFCONFIG := x86_64_defconfig
else
KBUILD_DEFCONFIG := i386_defconfig
|