Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-bal
/
2f7f9be8941af148780a5b9a653ea1fa527070b3
/
.
/
bcm68620_release
/
release
/
host_reference
/
api_cli
/
Makefile
blob: 4a08628cc88b6e46fbe6497dd9af9c8c79f7c68c [
file
] [
log
] [
blame
]
# Maple API CLI
#
ifeq
(
$
(
ENABLE_CLI
),
y
)
MOD_NAME
=
api_cli
MOD_TYPE
=
lib
MOD_DEPS
=
common_api model device_selector
srcs
=
bcm_api_cli
.
c bcm_api_cli_dump
.
c bcm_api_cli_handlers
.
c bcm_api_cli_helpers
.
c
endif