Log: enable more warnings for vgabios utility, and enable some debugging Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/vgabios/Makefile trunk/util/vgabios/include/console/console.h
Modified: trunk/util/vgabios/include/console/console.h
==== --- trunk/util/vgabios/include/console/console.h Fri Apr 16 03:45:44 2010 (r5450) +++ trunk/util/vgabios/include/console/console.h Fri Apr 16 13:45:16 2010 (r5451) @@ -1,3 +1,4 @@ #ifndef _CONSOLE_CONSOLE_H #define _CONSOLE_CONSOLE_H +#define CONFIG_X86EMU_DEBUG 1
If this is a config variable it should be set in Kconfig. If it isn't, it should probably have a different name.
Thanks, Myles