Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-bal
/
2f7f9be8941af148780a5b9a653ea1fa527070b3
/
.
/
bcm68620_release
/
release
/
host_reference
/
api_proxy
/
Makefile
blob: 940b839d7ccac5126e762b061ee67c5ce0317ff1 [
file
] [
log
] [
blame
]
ifeq
(
"$(OS)"
,
"posix"
)
MOD_NAME
=
bcm_api_proxy
MOD_TYPE
=
lib
MOD_DEPS
=
transport cli
ifeq
(
"$(RELEASE_BUILD)"
,
"y"
)
MOD_DEPS
+=
common_api
else
MOD_DEPS
+=
api
endif
srcs
=
bcmolt_api_proxy
.
c
endif