qcacld-3.0: Move IPA RM functionalities to IPA component

IPA module has been moved to CLD component under the converged
driver model. Move the legacy IPA RM APIs to the IPA component.

Change-Id: Iaff12ae3cec9ee6ff20543579692385c9a555613
CRs-Fixed: 2177925
diff --git a/Kbuild b/Kbuild
index 7cc42a0..3760d75 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1081,7 +1081,8 @@
 		$(IPA_DIR)/dispatcher/src/wlan_ipa_obj_mgmt_api.o \
 		$(IPA_DIR)/dispatcher/src/wlan_ipa_tgt_api.o \
 		$(IPA_DIR)/core/src/wlan_ipa_main.o \
-		$(IPA_DIR)/core/src/wlan_ipa_core.o
+		$(IPA_DIR)/core/src/wlan_ipa_core.o \
+		$(IPA_DIR)/core/src/wlan_ipa_rm.o
 endif
 
 ########## CLD TARGET_IF #######