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

2020-01-10 Thread Thomas Huth
On 10/01/2020 09.25, Philippe Mathieu-Daudé wrote: > Le ven. 10 janv. 2020 09:18, Thomas Huth > a écrit : > > On 09/01/2020 16.39, Philippe Mathieu-Daudé wrote: > > Restrict all the system emulation and tools objects with a > > Makefile IF (CONFIG_SOFTMMU OR C

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

2020-01-10 Thread Philippe Mathieu-Daudé
Le ven. 10 janv. 2020 09:18, Thomas Huth a écrit : > On 09/01/2020 16.39, Philippe Mathieu-Daudé wrote: > > 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. > >

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

2020-01-10 Thread Thomas Huth
On 09/01/2020 16.39, Philippe Mathieu-Daudé wrote: > 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. > > Signed-off-by: Phi

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

2020-01-09 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. Signed-off-by: Philippe Mathieu-Daudé --- Makefile.objs | 19 +++