qcacld-3.0: Do not compile pld_pcie file for non-pci case

Do not compile pld_pcie file for non-pci
attach.

Change-Id: Ic32074960137e055f991de134a9720e2b81a642c
CRs-Fixed: 2213301
diff --git a/Kbuild b/Kbuild
index 3402c58..15b63d3 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1746,7 +1746,7 @@
 
 PLD_OBJS :=	$(PLD_SRC_DIR)/pld_common.o
 
-ifeq ($(CONFIG_PCI), y)
+ifeq ($(CONFIG_HIF_PCI), 1)
 PLD_OBJS +=	$(PLD_SRC_DIR)/pld_pcie.o
 endif
 ifeq ($(CONFIG_ICNSS), y)