blob: ee2fe6eeecb226901dceea63b9d5d7d23b522a9c [file] [log] [blame]
ifeq ("$(OS)", "posix")
ifeq ("$(ENABLE_CLI)", "y")
MOD_NAME = bcm_remote_cli
MOD_TYPE = lib
MOD_DEPS = cli api_cli
srcs = bcmolt_remote_cli.c
USE_LINT = yes
endif
endif