qcacld-3.0: Kbuild changes for renaming power_management_offloads to pmo
Power_management_offlaods is really a long directory name hence rename it to pmo such that it aligns with existing naming convention. Add Kbuild changes to support 'pmo' component compilation. Change-Id: If0b260ee0e2d10e5a506d7c5e96e47d2f0611ead CRs-Fixed: 2045420
This commit is contained in:
10
Kbuild
10
Kbuild
@@ -871,11 +871,11 @@ UMAC_MGMT_TXRX_OBJS := $(UMAC_MGMT_TXRX_DIR)/core/src/wlan_mgmt_txrx_main.o \
|
|||||||
$(UMAC_MGMT_TXRX_DIR)/dispatcher/src/wlan_mgmt_txrx_tgt_api.o
|
$(UMAC_MGMT_TXRX_DIR)/dispatcher/src/wlan_mgmt_txrx_tgt_api.o
|
||||||
|
|
||||||
########## POWER MANAGEMENT OFFLOADS (PMO) ##########
|
########## POWER MANAGEMENT OFFLOADS (PMO) ##########
|
||||||
PMO_DIR := $(WLAN_COMMON_ROOT)/power_management_offloads
|
PMO_DIR := $(WLAN_COMMON_ROOT)/pmo
|
||||||
PMO_INC := -I$(WLAN_COMMON_INC)/power_management_offloads/core/inc \
|
PMO_INC := -I$(WLAN_COMMON_INC)/pmo/core/inc \
|
||||||
-I$(WLAN_COMMON_INC)/power_management_offloads/dispatcher/inc \
|
-I$(WLAN_COMMON_INC)/pmo/dispatcher/inc \
|
||||||
-I$(WLAN_COMMON_INC)/power_management_offloads/core/src \
|
-I$(WLAN_COMMON_INC)/pmo/core/src \
|
||||||
-I$(WLAN_COMMON_INC)/power_management_offloads/dispatcher/src
|
-I$(WLAN_COMMON_INC)/pmo/dispatcher/src
|
||||||
|
|
||||||
PMO_OBJS := $(PMO_DIR)/core/src/wlan_pmo_main.o \
|
PMO_OBJS := $(PMO_DIR)/core/src/wlan_pmo_main.o \
|
||||||
$(PMO_DIR)/core/src/wlan_pmo_arp.o \
|
$(PMO_DIR)/core/src/wlan_pmo_arp.o \
|
||||||
|
Reference in New Issue
Block a user