blob: 61e7df6ad3728eaf51cd6ccb806098c0dbfc0ab2 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# User application to copy log prints from the device to a local file on the host
2
3ifeq ("$(ENABLE_LOG)", "y")
4 ifeq ("$(ENABLE_CLI)", "y")
5 MOD_NAME = bcm_user_appl_remote_logger
6 MOD_TYPE = lib
7 MOD_DEPS = host_api dev_log
8 ifeq ("$(OS_KERNEL)", "linux")
9 MOD_DEPS += dev_log_linux
10 endif
11 srcs = bcmolt_user_appl_remote_logger.c \
12 bcmolt_user_appl_remote_logger_cli.c
13 endif
14endif
15