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 6d7d7e991c96..a65ffd27de6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1332,12 +1332,7 @@ else
1332ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) 1332ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
1333endif 1333endif
1334 1334
1335# Take care of arch/x86 1335ALLSOURCE_ARCHS := $(SRCARCH)
1336ifeq ($(ARCH), $(SRCARCH))
1337ALLSOURCE_ARCHS := $(ARCH)
1338else
1339ALLSOURCE_ARCHS := $(ARCH) $(SRCARCH)
1340endif
1341 1336
1342define find-sources 1337define find-sources
1343 ( for arch in $(ALLSOURCE_ARCHS) ; do \ 1338 ( for arch in $(ALLSOURCE_ARCHS) ; do \