kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
[linux-block.git] / scripts / basic / fixdep.c
index fa562806c2bebed28b9bf68d251880dd1252d47d..84b6efa849f4d7f2a1d6e236a49433bf024a199c 100644 (file)
@@ -246,8 +246,7 @@ static void *read_file(const char *filename)
 /* Ignore certain dependencies */
 static int is_ignored_file(const char *s, int len)
 {
-       return str_ends_with(s, len, "include/generated/autoconf.h") ||
-              str_ends_with(s, len, "include/generated/autoksyms.h");
+       return str_ends_with(s, len, "include/generated/autoconf.h");
 }
 
 /* Do not parse these files */