From: Thomas Gleixner Date: Thu, 15 Nov 2007 06:11:12 +0000 (+0100) Subject: Remove x86 merge artifact from top Makefile X-Git-Tag: upstream/snapshot3+hdmi~28969^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0974b11e0741034fc5d22838b9cb85402a280d6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 7f96930..11961a2 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 \