Skip to content
  • Simon Glass's avatar
    Support tracing in config.mk when enabled · 5c2aeac5
    Simon Glass authored
    
    
    Use -finstrument-functions when tracing is enabled (make FTRACE=1).
    Tracing is not currently supported by SPL even if sufficient memory is
    available.
    
    When tracing is enabled, we #define FTRACE. This can be used by
    board config files to conditionally enable the tracing options.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    5c2aeac5