[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/7] trivial: Respect alphabetical order of .o files in Makefile.o
From: |
Laurent Vivier |
Subject: |
[PULL 2/7] trivial: Respect alphabetical order of .o files in Makefile.objs |
Date: |
Tue, 7 Jul 2020 12:52:50 +0200 |
From: Christophe de Dinechin <dinechin@redhat.com>
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>
---
stubs/Makefile.objs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs
index f32b9e47a3d8..1df8bb3814fc 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
--
2.26.2
- [PULL 0/7] Trivial branch for 5.1 patches, Laurent Vivier, 2020/07/07
- [PULL 1/7] fix the prototype of muls64/mulu64, Laurent Vivier, 2020/07/07
- [PULL 2/7] trivial: Respect alphabetical order of .o files in Makefile.objs,
Laurent Vivier <=
- [PULL 3/7] .mailmap: Update Alexander Graf email address, Laurent Vivier, 2020/07/07
- [PULL 4/7] MAINTAINERS: Update Radoslaw Biernacki email address, Laurent Vivier, 2020/07/07
- [PULL 5/7] util/qemu-option: Document the get_opt_value() function, Laurent Vivier, 2020/07/07
- [PULL 6/7] intel_iommu: "aw-bits" error message still refers to "x-aw-bits", Laurent Vivier, 2020/07/07
- [PULL 7/7] net/tap-solaris.c: Include qemu-common.h for TFR macro, Laurent Vivier, 2020/07/07
- Re: [PULL 0/7] Trivial branch for 5.1 patches, Peter Maydell, 2020/07/09