platform: msm_shared: Enable compilation of certain files for msm8909.

Enable compilation of files for msm8909, to enable features like
crypto engine, image verification, etc.

Change-Id: I005ec1b8b074e1f0957cf5b82be90a7b2aaeebbb
diff --git a/platform/msm_shared/rules.mk b/platform/msm_shared/rules.mk
index 3ea14bb..dd9d160 100755
--- a/platform/msm_shared/rules.mk
+++ b/platform/msm_shared/rules.mk
@@ -463,7 +463,15 @@
 			$(LOCAL_DIR)/qpic_nand.o \
 			$(LOCAL_DIR)/scm.o \
 			$(LOCAL_DIR)/dev_tree.o \
-			$(LOCAL_DIR)/gpio.o
+			$(LOCAL_DIR)/gpio.o \
+			$(LOCAL_DIR)/crypto_hash.o \
+			$(LOCAL_DIR)/crypto5_eng.o \
+			$(LOCAL_DIR)/crypto5_wrapper.o \
+			$(LOCAL_DIR)/dload_util.o \
+			$(LOCAL_DIR)/shutdown_detect.o \
+			$(LOCAL_DIR)/certificate.o \
+			$(LOCAL_DIR)/image_verify.o \
+			$(LOCAL_DIR)/i2c_qup.o
 endif
 
 ifeq ($(ENABLE_BOOT_CONFIG_SUPPORT), 1)