Skip to content
  • Simon Glass's avatar
    Reactivate the tracing feature · b8450521
    Simon Glass authored
    
    
    This was lost sometime in the Kbuild conversion. Add it back.
    
    Check that the trace test now passes:
    
    $ ./test/trace/test-trace.sh
    Simple trace test / sanity check using sandbox
    
    /tmp/filemHKPGw
    Build sandbox
    O=sandbox FTRACE=1
      GEN     /home/sjg/c/src/third_party/u-boot/files/sandbox/Makefile
    Configuring for sandbox board...
    Check results
    Test passed
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    b8450521