Skip to content

Commit

Permalink
trivial: Respect alphabetical order of .o files in Makefile.objs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
c3d authored and vivier committed Jul 7, 2020
1 parent db7b62e commit be99a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be99a9a

Please sign in to comment.