aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 \