From e8284a34582703f0bc441ea8926eb1839214a477 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Feb 2021 19:38:38 +0100 Subject: build: Sort source lists Use the Python sorted() function to sort the "source" lists. --- spec/build/bsps/arm/raspberrypi/obj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/raspberrypi/obj.yml') diff --git a/spec/build/bsps/arm/raspberrypi/obj.yml b/spec/build/bsps/arm/raspberrypi/obj.yml index a120d8007b..1f8b2e38ca 100644 --- a/spec/build/bsps/arm/raspberrypi/obj.yml +++ b/spec/build/bsps/arm/raspberrypi/obj.yml @@ -53,8 +53,8 @@ source: - bsps/shared/dev/getentropy/getentropy-cpucounter.c - bsps/shared/dev/gpio/gpio-support.c - bsps/shared/dev/serial/console-termios.c -- bsps/shared/start/bspfatal-default.c - bsps/shared/start/bsp-fdt.c +- bsps/shared/start/bspfatal-default.c - bsps/shared/start/sbrk.c - bsps/shared/start/stackalloc.c type: build -- cgit v1.2.3