blob: ee2fe6eeecb226901dceea63b9d5d7d23b522a9c [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001ifeq ("$(OS)", "posix")
2ifeq ("$(ENABLE_CLI)", "y")
3 MOD_NAME = bcm_remote_cli
4 MOD_TYPE = lib
5 MOD_DEPS = cli api_cli
6 srcs = bcmolt_remote_cli.c
7 USE_LINT = yes
8endif
9endif