commands/group/fshell_commands.iby
changeset 103 56b6ee983610
parent 95 b3ffff030d5c
child 104 63fd51b1ff80
equal deleted inserted replaced
102:6a08c6931c64 103:56b6ee983610
   363 FSHELL_EXECUTABLE_FILE(setcritical.exe)
   363 FSHELL_EXECUTABLE_FILE(setcritical.exe)
   364 FSHELL_COMMAND_INFO_FILE(fshell,setcritical.cif)
   364 FSHELL_COMMAND_INFO_FILE(fshell,setcritical.cif)
   365 #endif
   365 #endif
   366 
   366 
   367 #ifdef FSHELL_CORE_SUPPORT_TOP
   367 #ifdef FSHELL_CORE_SUPPORT_TOP
   368 #if defined(FSHELL_ROMBUILD) && defined(SMP)
       
   369 // Don't include topsampler on SMP rombuilds.
       
   370 // 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
       
   371 #else
       
   372 FSHELL_DEVICE_DRIVER(topsampler.ldd)
   368 FSHELL_DEVICE_DRIVER(topsampler.ldd)
   373 #endif
       
   374 FSHELL_EXECUTABLE_FILE(top.exe)
   369 FSHELL_EXECUTABLE_FILE(top.exe)
   375 FSHELL_COMMAND_INFO_FILE(fshell,top.cif)
   370 FSHELL_COMMAND_INFO_FILE(fshell,top.cif)
   376 #endif
   371 #endif
   377 
   372 
   378 #ifdef FSHELL_TESTEXECUTE_SUPPORT
   373 #ifdef FSHELL_TESTEXECUTE_SUPPORT