diff options
author | Christophe de Dinechin <dinechin@redhat.com> | 2020-06-29 11:49:34 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-07-07 12:38:50 +0200 |
commit | be99a9a09dcf8b056ec501591e4efdce8efeaf00 (patch) | |
tree | 7fd30530cb9ead82190cdb0e002fa7463804f84f /stubs | |
parent | db7b62e70667b06ae18b69382f4647f5673bbf75 (diff) |
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 <dinechin@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200629094934.2081180-1-dinechin@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index f32b9e47a3..1df8bb3814 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -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 |