BAL and Maple Release 2.2

Signed-off-by: Shad Ansari <developer@Carbon.local>
diff --git a/bcm68620_release/release/host_reference/user_appl/Makefile b/bcm68620_release/release/host_reference/user_appl/Makefile
new file mode 100644
index 0000000..37df795
--- /dev/null
+++ b/bcm68620_release/release/host_reference/user_appl/Makefile
@@ -0,0 +1,28 @@
+ifeq ("$(ENABLE_CLI)", "y")
+	MOD_NAME = bcm_user_appl
+	MOD_TYPE = app
+	MOD_DEPS = host_api api_dev_log bcm_board bcm_user_appl_ps bcm_user_appl_eon bcm_user_appl_omon \
+                bcm_user_appl_epon_oam bcm_user_appl_epon_oam_cli pcie pcie_mod \
+                bcm_user_appl_epon_hde bcm_api_proxy common_epon_oam common_gpon bcm_image_transfer bcm_sw_upgrade \
+                device_selector bcm_remote_cli bcm_user_appl_playback bcm_user_appl_dpoe_sec
+
+ifneq ("$(RELEASE_BUILD)", "y")
+    MOD_DEPS +=	bcm_user_appl_gpon_stress bcm_user_appl_gpon_ds_omci \
+                bcm_user_appl_gpon_sn_acquisition bcm_user_appl_gpon_statistics \
+                bcm_user_appl_gpon_mac_learning bcm_user_appl_gpon_rssi \
+		bcm_user_appl_omci_swdl bcm_user_appl_remote_logger bcm_user_appl_onu_tuning
+endif
+
+	MOD_INC_DIRS = $(TOP)/host/board/wrx $(TOP)/common/drivers/maple/pcie
+	srcs = bcmolt_user_appl.c bcmolt_user_appl_cli.c bcmolt_user_appl_ex_cli.c bcmolt_user_appl_gpon_utils.c
+
+	ifeq ("$(OS_KERNEL)", "linux")
+		MOD_DEPS += dev_log_linux
+	endif
+	ifeq ($(ENABLE_KT2), y)
+		MOD_DEFS += -DENABLE_KT2
+		#EXTRA_INCLUDES += -I$(TOP_DIR)/common/cli
+	endif
+
+	MOD_DEPS += transport
+endif