summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-11-15 07:11:12 +0100
committerThomas Gleixner <tglx@apollo.(none)>2007-11-17 16:27:01 +0100
commitd0974b11e0741034fc5d22838b9cb85402a280d6 (patch)
treec79e4ad927b27e351a53a2179aac80f1f1036400 /Makefile
parent699d934d5f958d7944d195c03c334f28cc0b3669 (diff)
downloadlinux-3.10-d0974b11e0741034fc5d22838b9cb85402a280d6.tar.gz
linux-3.10-d0974b11e0741034fc5d22838b9cb85402a280d6.tar.bz2
linux-3.10-d0974b11e0741034fc5d22838b9cb85402a280d6.zip
Remove x86 merge artifact from top Makefile
The x86 merge modified the tags target to handle the two separate source directories. Remove it now that i386/x86_64 are gone completely. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7f969303ed4..11961a225cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1334,12 +1334,7 @@ else
ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
endif
-# Take care of arch/x86
-ifeq ($(ARCH), $(SRCARCH))
-ALLSOURCE_ARCHS := $(ARCH)
-else
-ALLSOURCE_ARCHS := $(ARCH) $(SRCARCH)
-endif
+ALLSOURCE_ARCHS := $(SRCARCH)
define find-sources
( for arch in $(ALLSOURCE_ARCHS) ; do \