summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-02-13 04:23:36 +0000
committerAmit Pundir <amit.pundir@linaro.org>2020-02-13 20:06:32 +0530
commit16beda7ae41475a826369660bdeae43d277e4057 (patch)
tree819a3ce4f64b771621ebb92ee3958102f6c03db0
parentbd8efa4dc8760b33630b261adbd10705d573be1b (diff)
Fixup for ath10k firmware paths
Change-Id: I78ad07d3cfcdbbb22e189355d5f5bee8165c1927
-rw-r--r--db845c/firmware/Android.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/db845c/firmware/Android.mk b/db845c/firmware/Android.mk
index 4997ce7..1c3cbfd 100644
--- a/db845c/firmware/Android.mk
+++ b/db845c/firmware/Android.mk
@@ -88,10 +88,12 @@ sdm845_firmware_files += \
bdwlan.b70 \
bdwlan.bin \
bdwlan.txt \
+ wlanmdsp.mbn
+
+ath10k_firmware_files += \
board-2.bin \
firmware-5.bin \
- notice.txt_wlandsp \
- wlanmdsp.mbn
+ notice.txt_wlandsp
# I2C/SPI fix
firmware_files += \
@@ -108,5 +110,6 @@ firmware_files += \
$(foreach f, $(firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/))
$(foreach f, $(sdm845_firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/qcom/sdm845/))
+$(foreach f, $(ath10k_firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_OUT_VENDOR)/firmware/ath10k/WCN3990/hw1.0/))
include $(call all-makefiles-under,$(LOCAL_PATH))