sm8350-common: Use $(addprefix) for preparing vendor ramdisk DLKM list
Change-Id: I834bbec9e7c51de9d02c19a6d0713c182b41db05
This commit is contained in:
parent
4ba1a228b2
commit
05a6ef85b8
1 changed files with 1 additions and 2 deletions
|
@ -96,8 +96,7 @@ $(WIFI_FIRMWARE_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
|
||||||
$(hide) ln -sf /vendor/etc/wifi/WCNSS_qcom_cfg.ini $@/WCNSS_qcom_cfg.ini
|
$(hide) ln -sf /vendor/etc/wifi/WCNSS_qcom_cfg.ini $@/WCNSS_qcom_cfg.ini
|
||||||
$(hide) ln -sf /mnt/vendor/persist/wlan_mac.bin $@/wlan_mac.bin
|
$(hide) ln -sf /mnt/vendor/persist/wlan_mac.bin $@/wlan_mac.bin
|
||||||
|
|
||||||
VENDOR_RAMDISK_KERNEL_MODULES_LIST := $(strip $(shell cat device/oneplus/sm8350-common/modules.load.recovery))
|
VENDOR_RAMDISK_KERNEL_MODULES := $(addprefix $(TARGET_VENDOR_RAMDISK_OUT)/lib/modules/,$(shell cat device/oneplus/sm8350-common/modules.load.recovery))
|
||||||
VENDOR_RAMDISK_KERNEL_MODULES := $(VENDOR_RAMDISK_KERNEL_MODULES_LIST:%=$(TARGET_VENDOR_RAMDISK_OUT)/lib/modules/%)
|
|
||||||
|
|
||||||
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
|
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
|
||||||
INTERNAL_VENDOR_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor-boot)/vendor-ramdisk.cpio.gz
|
INTERNAL_VENDOR_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor-boot)/vendor-ramdisk.cpio.gz
|
||||||
|
|
Loading…
Reference in a new issue