Re: [PATCH v2 3/6] Makefile: Restrict system emulation and tools objects

2020-01-20 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Restrict all the system emulation and tools objects with a > Makefile IF (CONFIG_SOFTMMU OR CONFIG_TOOLS) check. > > Using the same description over and over is not very helpful. > Use it once, just before the if() block. > > Reviewed-by: Thomas Huth > Signed-o

[PATCH v2 3/6] Makefile: Restrict system emulation and tools objects

2020-01-18 Thread Philippe Mathieu-Daudé
Restrict all the system emulation and tools objects with a Makefile IF (CONFIG_SOFTMMU OR CONFIG_TOOLS) check. Using the same description over and over is not very helpful. Use it once, just before the if() block. Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- Makefile.objs