BAL and Maple Release 2.2
Signed-off-by: Shad Ansari <developer@Carbon.local>
diff --git a/bcm68620_release/release/host_reference/api_proxy/Makefile b/bcm68620_release/release/host_reference/api_proxy/Makefile
new file mode 100644
index 0000000..940b839
--- /dev/null
+++ b/bcm68620_release/release/host_reference/api_proxy/Makefile
@@ -0,0 +1,12 @@
+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