]> git.ozlabs.org Git - ccan/commit
Build info files
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 9 May 2016 19:44:47 +0000 (20:44 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 9 May 2016 19:44:47 +0000 (20:44 +0100)
commitcff22b4acad4dcac91eafda11490cc4f58b76e1b
tree3280f14772ecb3c88304266b0227caea6dd0ca2c
parenta1d7e21f2fe5521c0d9a4f9ebfe694b368c3ba92
Build info files

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: David Gibson <david@gibson.dropbear.id.au>
Makefile
ccan/.gitignore