On 2 April 2013 15:44, Paolo Bonzini <pbonz...@redhat.com> wrote: > We already define it in Makefile.target. But we need to avoid a > curious double negation in order to eliminate it. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> CONFIG_NO_FOO should only be used in makefiles; I checked, and the CONFIG_NO_XEN you eliminate here is the only one that had strayed into source code. (The real trick of course would be to be able to define CONFIG_TEA and CONFIG_NO_TEA at the same time.) -- PMM