On 2 April 2013 15:44, Paolo Bonzini <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> 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
