sel4: apply patches in deterministic order

Issue #2242
This commit is contained in:
Alexander Boettcher 2017-08-29 21:56:29 +02:00 committed by Christian Helmuth
parent b531a862bb
commit 035e28d7d9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3924d15bdcc26504949236abbff4b0c3f3913955
bcec842b37dfec2a17c0fb8b0564bced474bea0c

View File

@ -12,7 +12,7 @@ $(call check_python_module,future)
$(call check_python_module,tempita)
$(call check_python_module,ply)
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
# adjust kernel config usable on qemu and on native hw, and add a 32bit version
default: $(DOWNLOADS)