summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@linaro.org>2020-03-24 21:55:48 +0530
committerSumit Semwal <sumit.semwal@linaro.org>2020-03-24 22:00:57 +0530
commitb8990a8e4183d4a2c9ccf482c50b9ae73b4bb55a (patch)
treef3b749d8b2a4dba1f9df2260f68a77599324bc3f /db845c
parentab5d0cc63573e6d83d368c3d86aadcf45cdfbf7f (diff)
db845c: firmware: Restrict to db845c
Include the db845c/firmware directory in build only for db845c target. This allows us to add locally the firmware for pixel3_mainline target. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: I4f3ebcb290243be7e168b42c24a826b994791020
Diffstat (limited to 'db845c')
-rw-r--r--db845c/firmware/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/db845c/firmware/Android.mk b/db845c/firmware/Android.mk
index 8f5f09c..3af24e3 100644
--- a/db845c/firmware/Android.mk
+++ b/db845c/firmware/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(filter db845c, $(TARGET_BOARD_PLATFORM)),)
+
LOCAL_PATH := $(call my-dir)
include device/linaro/dragonboard/utils.mk
@@ -113,3 +115,4 @@ $(foreach f, $(sdm845_firmware_files), $(call add-qcom-firmware, $(f), $(TARGET_
$(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))
+endif