• David Gibson's avatar
    Build info files · cff22b4a
    David Gibson authored
    All modules have a _info file (a C file, despite the lack of extension)
    giving metadata for the module.  The Makefiles have a rule to build these..
    but it's broken (missing an include directive).
    
    This patch fixes the rule, and builds the info binaries for all modules by
    default.  This is a useful check and also useful for manually inspecting
    a module's metadata.
    Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
    cff22b4a
Makefile 3.25 KB