scripts: check features to generate configuration header
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Wed, 25 Feb 2015 13:52:04 +0000 (14:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Feb 2015 15:06:12 +0000 (16:06 +0100)
commit41a766a66156bdb22984edb04c84db5bb6a8d7d4
tree7a1f0f362ae0f9daa2f422ad844c2e9f32267bf1
parent9144d6bcdefd5096a9f3f89a3ce433a54ed84475
scripts: check features to generate configuration header

This script looks for types, macros and functions in header files using
compilation options found in the environment (CC, CFLAGS, CPPFLAGS) to
define feature macros in a generated header.

Useful in combination with external headers that do not provide such macros.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
MAINTAINERS
scripts/auto-config-h.sh [new file with mode: 0755]