summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 571fba7f..444b3e12 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ define build-user-ta
ta-mk-file := $(1)
include ta/mk/build-user-ta.mk
endef
-$(foreach t, $(wildcard ta/*/user_ta.mk), $(eval $(call build-user-ta,$(t))))
+$(foreach t, $(sort $(wildcard ta/*/user_ta.mk)), $(eval $(call build-user-ta,$(t))))
endif
include mk/cleandirs.mk