commit | 7e3fa56141175026136b392fd026d5d07c49720e | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Fri Jan 30 23:56:42 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 31 00:36:15 2009 +0100 |
tree | c93f835bdeeee205fa764bbfdb31bc8cd35c786b | |
parent | 7cff3608d2553a045b676fa81b0cf54e4f2cc5ce [diff] |
kbuild: drop check for CONFIG_ in headers_check The check for references to CONFIG_ symbols in exported headers turned out to be too agressive with the current state of affairs. After the work of Jaswinder to clean up all relevant cases we are down to almost pure noise. So lets drop the check for now - we can always add it back later should our headers be ready for that. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>