]> Git Repo - qemu.git/commitdiff
trivial: Respect alphabetical order of .o files in Makefile.objs
authorChristophe de Dinechin <[email protected]>
Mon, 29 Jun 2020 09:49:34 +0000 (11:49 +0200)
committerLaurent Vivier <[email protected]>
Tue, 7 Jul 2020 10:38:50 +0000 (12:38 +0200)
The vmgenid.o is the only file that is not in alphabetical order.

Signed-off-by: Christophe de Dinechin <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200629094934.2081180[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
stubs/Makefile.objs

index f32b9e47a3d8d3d4c474f77b0cd7f8d70ff97ef0..1df8bb3814fc6e1412a03a4e7ee1d7a60b14b7f8 100644 (file)
@@ -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
 
This page took 0.028743 seconds and 4 git commands to generate.