diff options
| author | Sam Ravnborg <[email protected]> | 2007-05-06 09:20:10 +0200 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2007-05-06 09:20:10 +0200 |
| commit | 5447d34b080a1e3e312b05a91e87eff4710a1152 (patch) | |
| tree | 0e232d4f5fa7116fb48ca39ce1dc8dcbdeec0187 /include/linux/debugobjects.h | |
| parent | 04c58f8196b386948abf68128605de3d2db3c6ba (diff) | |
kconfig: error out if recursive dependencies are found
Sample:
config FOO
bool "This is foo"
depends on BAR
config BAR
bool "This is bar"
depends on FOO
This will result in following error message:
error: found recursive dependency: FOO -> BAR -> FOO
And will then exit with exit code equal 1 so make will stop.
Inspired by patch from: Adrian Bunk <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Cc: Adrian Bunk <[email protected]>
Cc: Roman Zippel <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions