summaryrefslogtreecommitdiff
path: root/db845c/device.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-18 17:15:30 +0530
committerAmit Pundir <amit.pundir@linaro.org>2019-09-24 23:50:43 +0530
commit3a69c9b6d04cf4d1331233868cb883523b965e4c (patch)
tree4a73317ab7804a8e180eda795596699a0f5250ec /db845c/device.mk
parent4e37582f32480bd153c93fed20b6aabe98bfbb90 (diff)
db845c: firmware: Add Qcom RB3 firmware files
Copied Qcom firmware files and license from RB3_firmware_20190529180356-v3.zip http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v3.zip Also added utils.mk helper script which will contain useful build/install macros going forward. add-qcom-firmware() to start with. Change-Id: Iabef654d79ba2562929ae99c5d36f1439802b408 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'db845c/device.mk')
-rw-r--r--db845c/device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index 54e0705..d15e188 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -27,3 +27,6 @@ PRODUCT_COPY_FILES := \
# Build generic Audio HAL
PRODUCT_PACKAGES := audio.primary.db845c
+
+# Copy firmware files
+$(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk)