qcacmn: Enhancement of OS abstraction API's

The API's added in qal & qdf for abstracting the
OS calls are inlined and moved to the OS-specific
src directories.

Change-Id: I9c9c2cbba7702c97fbe343ceb63b330c2296084d
diff --git a/qdf/Kbuild b/qdf/Kbuild
index b1468c5..6405b99 100644
--- a/qdf/Kbuild
+++ b/qdf/Kbuild
@@ -18,6 +18,7 @@
 INCS += -I$(WLAN_TOP)/cmn_dev/qdf/inc
 INCS += -I$(WLAN_TOP)/cmn_dev/qal/inc
 INCS += -I$(WLAN_TOP)/component_dev/qal/inc
+INCS += -I$(WLAN_TOP)/cmn_dev/qal/linux/src
 INCS += -I$(WLAN_TOP)/cmn_dev/qdf/linux/src
 INCS += -I$(obj)/$(HOST_CMN_CONVG_PTT)/inc \
         -I$(obj)/$(HOST_CMN_CONVG_NLINK)/inc \
@@ -58,8 +59,8 @@
 src/qdf_types.o \
 src/qdf_platform.o \
 $(HOST_CMN_CONVG_NLINK)/src/wlan_nlink_srv.o \
-$(HOST_CMN_CONVG_SRC)/qal/linux/src/qal_devcfg.o \
-$(HOST_CMN_CONVG_SRC)/qal/linux/src/qal_vbus_dev.o \
+$(HOST_QAL_SRC)/linux/src/qal_devcfg.o \
+$(HOST_QAL_SRC)/linux/src/qal_vbus_dev.o \
 $(HOST_QAL_SRC)/linux/src/qal_streamfs.o \
 #linux/src/qdf_net.o \
 #linux/src/qdf_net_event.o \