diff options
-rw-r--r-- | scripts/bb_mkdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bb_mkdep.c b/scripts/bb_mkdep.c index 943745e28..2ad20a6a8 100644 --- a/scripts/bb_mkdep.c +++ b/scripts/bb_mkdep.c | |||
@@ -1294,7 +1294,7 @@ static void parse_inc(const char *include, const char *fname) | |||
1294 | 1294 | ||
1295 | if (st.st_dev == config->st_dev && st.st_ino == config->st_ino) { | 1295 | if (st.st_dev == config->st_dev && st.st_ino == config->st_ino) { |
1296 | /* skip depend with bb_configs.h */ | 1296 | /* skip depend with bb_configs.h */ |
1297 | return NULL; | 1297 | return; |
1298 | } | 1298 | } |
1299 | } | 1299 | } |
1300 | p_i = ap; | 1300 | p_i = ap; |