Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27aeb6cb authored by Fei Tong's avatar Fei Tong
Browse files

ASOC: Fix audio compile issue in secure_buffer



Add soft link for secure_buffer header file for LV platform

Change-Id: Ia11b44fbf010699879934c53c8863ea4ad20b383
Signed-off-by: default avatarFei Tong <ftong@codeaurora.org>
parent 2711643b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ all:
	$(shell ln -s $(KERNEL_SRC)/drivers/base/regmap/internal.h $(shell pwd)/include/soc/internal.h)
	$(shell rm -fr $(shell pwd)/soc/pinctrl-utils.h)
	$(shell ln -s $(KERNEL_SRC)/drivers/pinctrl/pinctrl-utils.h $(shell pwd)/soc/pinctrl-utils.h)
	$(shell rm -fr $(shell pwd)/include/soc/qcom/secure_buffer.h)
	$(shell ln -s $(KERNEL_SRC)/include/soc/qcom/secure_buffer.h $(shell pwd)/include/soc/qcom/secure_buffer.h)
	$(shell mkdir $(shell pwd)/linux)
	$(shell mkdir $(shell pwd)/sound)
	$(shell mkdir $(shell pwd)/linux/mfd)