• Adam Wujek's avatar
    sw:rt: Fix checking if OUTPUT variable is empty · 7eddd305
    Adam Wujek authored
    Handle correctly situation when the OUTPUT variable is not defined.
    Before the following error was printed:
    $ make
    riscv32-elf-size .elf
    make: riscv32-elf-size: Command not found
    make: *** [post-build] Error 127
    
    Now it prints out:
    $ make
    OUTPUT variable is mandatory
    make: *** [check-def] Error 1
    
    --Additionally check if variable TRTL_SW is defined.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    7eddd305
Name
Last commit
Last update
demos Loading commit data...
doc/technical-spec Loading commit data...
hdl Loading commit data...
software Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
CHANGELOG Loading commit data...
README Loading commit data...