• Jeffrey Lee's avatar
    Fix toolbox modules to build from clean · 8b13a6f5
    Jeffrey Lee authored
    Detail:
      TboxMake - The ${ROM_MODULE} target had a dependency against ${C_ABSSYM}, but the shared C library only exports that file during the rom_link phase, preventing the toolbox 'rom' phases from completing properly.
      Additionally the rom_link phase in TboxMake didn't have a dependency on ${ROM_MODULE}, so any changes to the module (or previous failure to build) would prevent the rom-linked version of the module from being created or updated properly.
    Admin:
      Tested with building OMAP3Live from clean.
      ROM image built OK but untested at runtime.
    
    
    Version 0.19. Tagged as 'Common-0_19'
    8b13a6f5
TboxMake 3.62 KB