Commit be99a9a0 authored by Christophe de Dinechin's avatar Christophe de Dinechin Committed by Laurent Vivier
Browse files

trivial: Respect alphabetical order of .o files in Makefile.objs



The vmgenid.o is the only file that is not in alphabetical order.

Signed-off-by: default avatarChristophe de Dinechin <dinechin@redhat.com>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200629094934.2081180-1-dinechin@redhat.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent db7b62e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ stub-obj-y += replay.o
stub-obj-y += runstate-check.o
stub-obj-$(CONFIG_SOFTMMU) += semihost.o
stub-obj-y += set-fd-handler.o
stub-obj-y += vmgenid.o
stub-obj-y += sysbus.o
stub-obj-y += tpm.o
stub-obj-y += trace-control.o
stub-obj-y += vmgenid.o
stub-obj-y += vmstate.o
stub-obj-$(CONFIG_SOFTMMU) += win32-kbd-hook.o