aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-11-15 01:11:12 -0500
committerThomas Gleixner <tglx@apollo.(none)>2007-11-17 10:27:01 -0500
commitd0974b11e0741034fc5d22838b9cb85402a280d6 (patch)
treec79e4ad927b27e351a53a2179aac80f1f1036400
parent699d934d5f958d7944d195c03c334f28cc0b3669 (diff)
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>
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7f969303ed49..11961a225cb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1334,12 +1334,7 @@ else
1334ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) 1334ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
1335endif 1335endif
1336 1336
1337# Take care of arch/x86 1337ALLSOURCE_ARCHS := $(SRCARCH)
1338ifeq ($(ARCH), $(SRCARCH))
1339ALLSOURCE_ARCHS := $(ARCH)
1340else
1341ALLSOURCE_ARCHS := $(ARCH) $(SRCARCH)
1342endif
1343 1338
1344define find-sources 1339define find-sources
1345 ( for arch in $(ALLSOURCE_ARCHS) ; do \ 1340 ( for arch in $(ALLSOURCE_ARCHS) ; do \