| Shad Ansari | 2f7f9be | 2017-06-07 13:34:53 -0700 | [diff] [blame^] | 1 | # Maple API CLI |
| 2 | # | ||||
| 3 | ifeq ($(ENABLE_CLI), y) | ||||
| 4 | MOD_NAME = api_cli | ||||
| 5 | MOD_TYPE = lib | ||||
| 6 | MOD_DEPS = common_api model device_selector | ||||
| 7 | |||||
| 8 | srcs = bcm_api_cli.c bcm_api_cli_dump.c bcm_api_cli_handlers.c bcm_api_cli_helpers.c | ||||
| 9 | endif | ||||