--- a/commands/group/fshell_commands.iby Fri Nov 05 11:46:32 2010 +0000
+++ b/commands/group/fshell_commands.iby Sat Nov 06 16:46:13 2010 +0000
@@ -365,12 +365,7 @@
#endif
#ifdef FSHELL_CORE_SUPPORT_TOP
-#if defined(FSHELL_ROMBUILD) && defined(SMP)
-// Don't include topsampler on SMP rombuilds.
-// We don't build the armv5smp topsampler and this will otherwise try and put the armv5 one on the rom, which will fail to link against the SMP kernel
-#else
FSHELL_DEVICE_DRIVER(topsampler.ldd)
-#endif
FSHELL_EXECUTABLE_FILE(top.exe)
FSHELL_COMMAND_INFO_FILE(fshell,top.cif)
#endif