1
0
Fork 0

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>
hifive-unleashed-5.1
Sam Ravnborg 2009-01-30 23:56:42 +01:00 committed by Ingo Molnar
parent 7cff3608d2
commit 7e3fa56141
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ foreach my $file (@files) {
&check_asm_types();
&check_sizetypes();
&check_prototypes();
&check_config();
# Dropped for now. Too much noise &check_config();
}
close FH;
}