component("renesas") {
    parent      "nu.os.arch.sh"
    version     "1.0.0"
    toolset     "renesas_sh"
    architecture "sh"
    description "This component implements the support for the Renesas Standard Toolset for the SuperH Architecture"
    enable      true
    mandatory
    includepath ["os/include/arch/sh/tool-renesas_sh",
                 "os/arch/sh/tool-renesas_sh"]

    library("nucleus.lib") {
        sources { Dir.glob("*.{c,s}") }
    }
}
