Remove x86 merge artifact from top Makefile
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Nov 2007 06:11:12 +0000 (07:11 +0100)
committerThomas Gleixner <tglx@apollo.(none)>
Sat, 17 Nov 2007 15:27:01 +0000 (16:27 +0100)
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>
Makefile

index 7f969303ed492f9cb5cfa727086df9884cfe5c91..11961a225cb0b0d516ef2d02161d80ed9b911364 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1334,12 +1334,7 @@ else
 ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
 endif
 
 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 \
 
 define find-sources
         ( for arch in $(ALLSOURCE_ARCHS) ; do \