blob: 61e7df6ad3728eaf51cd6ccb806098c0dbfc0ab2 [file] [log] [blame]
# User application to copy log prints from the device to a local file on the host
ifeq ("$(ENABLE_LOG)", "y")
ifeq ("$(ENABLE_CLI)", "y")
MOD_NAME = bcm_user_appl_remote_logger
MOD_TYPE = lib
MOD_DEPS = host_api dev_log
ifeq ("$(OS_KERNEL)", "linux")
MOD_DEPS += dev_log_linux
endif
srcs = bcmolt_user_appl_remote_logger.c \
bcmolt_user_appl_remote_logger_cli.c
endif
endif