aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/basic/fixdep.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2023-07-02 18:53:03 -0700
committerAndrew Morton <akpm@linux-foundation.org>2023-07-02 18:53:03 -0700
commit3fbff91afbf0148e937b8718ed865b073c587d9f (patch)
treef69741c34579567af3d31f68737ea322d9311892 /scripts/basic/fixdep.c
parentMerge branch 'master' into mm-hotfixes-stable (diff)
parentMerge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (diff)
downloadwireguard-linux-3fbff91afbf0148e937b8718ed865b073c587d9f.tar.xz
wireguard-linux-3fbff91afbf0148e937b8718ed865b073c587d9f.zip
Merge branch 'master' into mm-hotfixes-stable
Diffstat (limited to 'scripts/basic/fixdep.c')
-rw-r--r--scripts/basic/fixdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
index fa562806c2be..84b6efa849f4 100644
--- a/scripts/basic/fixdep.c
+++ b/scripts/basic/fixdep.c
@@ -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 */