include: poison symbols in osdep.h

Ensure that all target-independent files ignore poisoned symbols,
and fix the fallout.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-03-15 12:46:10 +01:00
parent d613f8cc33
commit bdd902277c
5 changed files with 17 additions and 16 deletions

View file

@ -52,7 +52,7 @@ case $line in
done
echo " NULL"
;;
CONFIG_*=y) # configuration
CONFIG_*='$(CONFIG_SOFTMMU)'|CONFIG_*=y) # configuration
name=${line%=*}
echo "#define $name 1"
;;