From: Thomas Gleixner Date: Thu, 15 Nov 2007 06:11:12 +0000 (+0100) Subject: Remove x86 merge artifact from top Makefile X-Git-Tag: v2.6.24-rc4~114^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d0974b11e0741034fc5d22838b9cb85402a280d6;p=linux-2.6-omap-h63xx.git 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 --- 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 \