Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0974b11 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 699d934d
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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 \