Commit 9fc34767 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Masahiro Yamada

modpost: delete stale comment

Commit 7840fea2 ("kbuild: Fix computing srcversion for modules")
fixed the comment above parse_source_files to refer to the new source_
line, but left this one behind that could still give the impression that
drivers/net/dummy.c appears in the deps_ variable.
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 6da6c0db
...@@ -330,14 +330,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) ...@@ -330,14 +330,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md)
goto out; goto out;
} }
/* There will be a line like so: /* Sum all files in the same dir or subdirs. */
deps_drivers/net/dummy.o := \
drivers/net/dummy.c \
$(wildcard include/config/net/fastroute.h) \
include/linux/module.h \
Sum all files in the same dir or subdirs.
*/
while ((line = get_next_line(&pos, file, flen)) != NULL) { while ((line = get_next_line(&pos, file, flen)) != NULL) {
char* p = line; char* p = line;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment