Am 25.04.2011 um 20:02 schrieb Mark Cave-Ayland:
On 25/04/11 18:19, Andreas Färber wrote:
+#ifdef CONFIG_DEBUG_SBUS
Missing a corresponding sparc32_config.xml patch?
Maybe. Recently I appear to have got in the habit of just adding debugging CONFIG macros directly to single files which is a lot quicker than having to throw away and rebuild the entire object directory from scratch with a new configuration. Anyone else have any thoughts?
I checked but there was no //#define CONFIG_DEBUG_SBUS in there. If it's not in the config, I would expect it to be named just DEBUG_SBUS. I don't feel too strongly about it though, just trying to be helpful.
Andreas