• Aurelien Jacobs's avatar
    group all drivers into a single object · 5d8b3913
    Aurelien Jacobs authored
    This single object also contains the sr_drivers_init function, that will
    always be referenced. That ensures that the drivers object files won't
    be optimized out during static linking due to the fact that they are
    not referenced directly.
    
    This addresses (parts of) bug #802.
    5d8b3913