Skip to content

Commit be99a9a

Browse files
c3dvivier
authored andcommitted
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: Christophe de Dinechin <[email protected]> Reviewed-by: Alex Bennée <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent db7b62e commit be99a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Makefile.objs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ stub-obj-y += replay.o
1919
stub-obj-y += runstate-check.o
2020
stub-obj-$(CONFIG_SOFTMMU) += semihost.o
2121
stub-obj-y += set-fd-handler.o
22-
stub-obj-y += vmgenid.o
2322
stub-obj-y += sysbus.o
2423
stub-obj-y += tpm.o
2524
stub-obj-y += trace-control.o
25+
stub-obj-y += vmgenid.o
2626
stub-obj-y += vmstate.o
2727
stub-obj-$(CONFIG_SOFTMMU) += win32-kbd-hook.o
2828

0 commit comments

Comments
 (0)