component("com") {
    parent      "nu.os.arch.mips"
    version     "1.0.0"
    description "This component implements the common MIPS architecture functionality"
    enable      true
    architecture "mips"

    mandatory
    
    includepath "os/include/arch/mips"

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