diff --git a/[refs] b/[refs] index 18f2c0379001..f2d32a03677f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 699d934d5f958d7944d195c03c334f28cc0b3669 +refs/heads/master: d0974b11e0741034fc5d22838b9cb85402a280d6 diff --git a/trunk/Makefile b/trunk/Makefile index 7f969303ed49..11961a225cb0 100644 --- a/trunk/Makefile +++ b/trunk/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 \