[VOL-2152][BAL3.0 Brigade] OpenOLT driver registers ONU Remote Defect
Indicator alarm
- Provide missing BAL API definitions required for unit test compilation

Change-Id: Ifb38a55b24413beb9f5caf864403c4513cd7be68
diff --git a/Makefile b/Makefile
index fb7f456..c95af8d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,11 @@
 # set default shell options
 SHELL = bash -e -o pipefail
 
+export OPENOLT_ROOT_DIR=$(shell pwd)
+
 ## Variables
 OPENOLTDEVICE     ?= asfvolt16
-OPENOLT_PROTO_VER ?= v3.3.5
+OPENOLT_PROTO_VER ?= v3.3.6
 GTEST_VER         ?= release-1.8.0
 CMOCK_VER         ?= 0207b30
 GMOCK_GLOBAL_VER  ?= 1.0.2