diff options
Diffstat (limited to 'miscutils/ubi_attach_detach.c')
-rw-r--r-- | miscutils/ubi_attach_detach.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c index b74d97b68..aa8a5171a 100644 --- a/miscutils/ubi_attach_detach.c +++ b/miscutils/ubi_attach_detach.c | |||
@@ -3,8 +3,8 @@ | |||
3 | * Licensed under GPLv2, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | //applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubiattach)) | 6 | //applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, BB_DIR_USR_SBIN, BB_SUID_DROP, ubiattach)) |
7 | //applet:IF_UBIDETACH(APPLET_ODDNAME(ubidetach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubidetach)) | 7 | //applet:IF_UBIDETACH(APPLET_ODDNAME(ubidetach, ubi_attach_detach, BB_DIR_USR_SBIN, BB_SUID_DROP, ubidetach)) |
8 | 8 | ||
9 | //kbuild:lib-$(CONFIG_UBIATTACH) += ubi_attach_detach.o | 9 | //kbuild:lib-$(CONFIG_UBIATTACH) += ubi_attach_detach.o |
10 | //kbuild:lib-$(CONFIG_UBIDETACH) += ubi_attach_detach.o | 10 | //kbuild:lib-$(CONFIG_UBIDETACH) += ubi_attach_detach.o |