Re: [Qemu-devel] [PATCH v4 6/7] Makefile: Move bootdevice.o to common-obj-y

2017-06-26 Thread Philippe Mathieu-Daudé
On 06/26/2017 02:22 AM, Thomas Huth wrote: There does not seem to be any target specific code in this file, so we can put it into "common-obj" instead of "obj" to compile it only once for all targets. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé --- Makefile.objs | 2

[Qemu-devel] [PATCH v4 6/7] Makefile: Move bootdevice.o to common-obj-y

2017-06-25 Thread Thomas Huth
There does not seem to be any target specific code in this file, so we can put it into "common-obj" instead of "obj" to compile it only once for all targets. Signed-off-by: Thomas Huth --- Makefile.objs | 2 +- Makefile.target | 2 +- bootdevice.c| 2 +- 3 files changed, 3 insertions(+), 3