On Tue, Feb 01, 2011 at 07:14:00PM +0100, Stefan Weil wrote:
> >+
> > #include "config-host.h"
> > #include "config-target.h"
> >+
> >+/* We want to include different config files for specific targets
> >+ And for the common library. They need a different name because
> >+ we don't want to r
This reverts part of commit a992fe3d0fc185112677286f7a02204d8245b61e.
We do have code that needs #ifdefs depending on the list of enabled devices,
but currently that code breaks when we try to disable a feature that is enabled
by default.
For example, if we try to disable CONFIG_VMWARE_VGA, we ge
Am 01.02.2011 17:53, schrieb Eduardo Habkost:
This reverts part of commit a992fe3d0fc185112677286f7a02204d8245b61e.
We do have code that needs #ifdefs depending on the list of enabled devices,
but currently that code breaks when we try to disable a feature that is enabled
by default.
For exampl