platform: msm_shared: Enable compilation of drivers needed for 8952.

This patch enables the compilation of drivers like shutdown detect
and crypto driver for 8952 platform.

Change-Id: Ia3d0ca830b156b25841827dd3e9df415071d3d3a
diff --git a/platform/msm_shared/rules.mk b/platform/msm_shared/rules.mk
index 7e2cb3a..fe90e5d 100644
--- a/platform/msm_shared/rules.mk
+++ b/platform/msm_shared/rules.mk
@@ -549,7 +549,14 @@
 			$(LOCAL_DIR)/qpic_nand.o \
 			$(LOCAL_DIR)/scm.o \
 			$(LOCAL_DIR)/dev_tree.o \
-			$(LOCAL_DIR)/gpio.o
+			$(LOCAL_DIR)/gpio.o \
+			$(LOCAL_DIR)/dload_util.o \
+			$(LOCAL_DIR)/shutdown_detect.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)