diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-13 14:13:04 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-20 14:20:46 +0200 |
commit | 04f9abedb83abf72aaf417fe378730dd1dd63966 (patch) | |
tree | 5743fa71aaee12bbe084a8674230be52d7361476 /setup-makefiles.sh | |
parent | 2a2f1278ae24ce00eeca767e5ebc53d616b0a767 (diff) |
sdm660-common: Import IR HALs
Change-Id: Iffd8855f0971997792cb9b0d6db818772c339e24
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 9845218..8241eb7 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -34,6 +34,10 @@ printf "\n%s\n" "ifeq (\$(BOARD_HAVE_QCOM_FM),true)" >> "${PRODUCTMK}" write_makefiles "${MY_DIR}/proprietary-files-fm.txt" true echo "endif" >> "${PRODUCTMK}" +printf "\n%s\n" "ifeq (\$(BOARD_HAVE_IR),true)" >> "${PRODUCTMK}" +write_makefiles "${MY_DIR}/proprietary-files-ir.txt" true +echo "endif" >> "${PRODUCTMK}" + # Finish write_footers |