platform: msm_shared: Enable compilation for crypto

Enable crypto engine & kernel authentication module

CRs-Fixed: 674993
Change-Id: I3ddb91f83f17822e20fdc2ce58cb26bfc7006909
diff --git a/platform/msm_shared/rules.mk b/platform/msm_shared/rules.mk
index 42484e1..85c4039 100755
--- a/platform/msm_shared/rules.mk
+++ b/platform/msm_shared/rules.mk
@@ -404,7 +404,12 @@
 			$(LOCAL_DIR)/ucs.o \
 			$(LOCAL_DIR)/ufs_hci.o \
 			$(LOCAL_DIR)/dme.o \
-			$(LOCAL_DIR)/qmp_usb30_phy.o
+			$(LOCAL_DIR)/qmp_usb30_phy.o \
+			$(LOCAL_DIR)/certificate.o \
+			$(LOCAL_DIR)/image_verify.o \
+			$(LOCAL_DIR)/crypto_hash.o \
+			$(LOCAL_DIR)/crypto5_eng.o \
+			$(LOCAL_DIR)/crypto5_wrapper.o
 endif
 
 ifeq ($(ENABLE_BOOT_CONFIG_SUPPORT), 1)