Re: [PATCH] enable emuusb and emupci on emu platform only

2013-11-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. I mistagged this one in my inbox and hence missed it, sorry for this On 25.07.2013 19:06, Andrey Borzenkov wrote: > В Thu, 25 Jul 2013 16:44:08 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 21.07.2013 08:53, Andrey Borzenkov wrote: >>> Is there any reason we may want to b

Re: [PATCH] enable emuusb and emupci on emu platform only

2013-07-25 Thread Andrey Borzenkov
В Thu, 25 Jul 2013 16:44:08 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 21.07.2013 08:53, Andrey Borzenkov wrote: > > Is there any reason we may want to build them when not building > > --with-platform=emu? > > > I think it's better to reset COND_EMU_PCI/COND_EMU_USB to false in > co

Re: [PATCH] enable emuusb and emupci on emu platform only

2013-07-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.07.2013 08:53, Andrey Borzenkov wrote: Is there any reason we may want to build them when not building --with-platform=emu? I think it's better to reset COND_EMU_PCI/COND_EMU_USB to false in configure state when not compiling for emu as usage of both enable and consition simultaneously i

[PATCH] enable emuusb and emupci on emu platform only

2013-07-20 Thread Andrey Borzenkov
Is there any reason we may want to build them when not building --with-platform=emu? Signed-off-by: Andrey Borzenkov --- grub-core/Makefile.core.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 06617d7..230bed5 100644 ---