Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit c8f671b

Browse files
committed
rmbox: change bins name to sof-logger sof-rmbox
Change binary names: from logger to sof-logger and from rmbox to sof-rmbox Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
1 parent 9033d35 commit c8f671b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

rmbox/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
bin_PROGRAMS = rmbox logger
1+
bin_PROGRAMS = sof-rmbox sof-logger
22

3-
rmbox_SOURCES = \
3+
sof_rmbox_SOURCES = \
44
rmbox.c \
55
rmbox_convert.c
66

7-
logger_SOURCES = \
7+
sof_logger_SOURCES = \
88
rmbox.c \
99
logger_convert.c
1010

11-
logger_CFLAGS = \
12-
-DLOGGER_FORMAT
11+
sof_logger_CFLAGS = \
12+
-DLOGGER_FORMAT

rmbox/rmbox.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include "convert.h"
2323

2424
#ifdef LOGGER_FORMAT
25-
#define APP_NAME "logger"
25+
#define APP_NAME "sof-logger"
2626
#else
27-
#define APP_NAME "rmbox"
27+
#define APP_NAME "sof-rmbox"
2828
#endif
2929

3030
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))

0 commit comments

Comments
 (0)