config: fix __enabled_ macros definition for invisible and un-selected symbols
authorArnaud Lacombe <lacombar@gmail.com>
Tue, 16 Aug 2011 05:20:20 +0000 (01:20 -0400)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Nov 2011 20:48:42 +0000 (21:48 +0100)
__enabled_<sym-name> are only generated on visible or selected entries, do not
reflect the purpose of its introduction.

Fix this by always generating these entries for named symbol.

Reported-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>

No differences found