scripts: fix symbol overriding in configuration
authorDavid Marchand <david.marchand@6wind.com>
Thu, 27 Nov 2014 11:29:05 +0000 (12:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 27 Nov 2014 18:12:43 +0000 (19:12 +0100)
commit0a91453deb71af27db59b8c07a8959dd162d2954
tree7e840cb767f73f3c3759dfc364aae22d5b61ca08
parentd07180f211c08a0486cbc2e6ada074500674375e
scripts: fix symbol overriding in configuration

When redefining the same symbol in configuration (basically after an inclusion),
we need to undefine the previous symbol to avoid "redefined" errors.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/gen-config-h.sh