summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 76e61042e3..4075c35d37 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -91,8 +91,8 @@ static int is_vmlinux(const char *modname)
else
myname = modname;
- return (strcmp(myname, "uboot") == 0) ||
- (strcmp(myname, "uboot.o") == 0);
+ return (strcmp(myname, "barebox") == 0) ||
+ (strcmp(myname, "barebox.o") == 0);
}
void *do_nofail(void *ptr, const char *expr)