Skip to content
Snippets Groups Projects
Commit 0bb845b9 authored by Pascal Brand's avatar Pascal Brand
Browse files

Mediatek parallel compilation


Signed-off-by: default avatarPascal Brand <pascal.brand@st.com>
Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent ae45fbf9
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ $(LINUX_PATCH_PATH)/.patched: ...@@ -54,7 +54,7 @@ $(LINUX_PATCH_PATH)/.patched:
$(LINUX_PATCH_PATH)/patch-all.sh $(LINUX_PATCH_PATH)/patch-all.sh
touch $@ touch $@
$(LINUX_PATH)/.config: $(LINUX_PATH)/.config: $(LINUX_PATCH_PATH)/.patched
# Temporary fix until we have the driver integrated in the kernel # Temporary fix until we have the driver integrated in the kernel
sed -i '/config ARM64$$/a select DMA_SHARED_BUFFER' $(LINUX_PATH)/arch/arm64/Kconfig; sed -i '/config ARM64$$/a select DMA_SHARED_BUFFER' $(LINUX_PATH)/arch/arm64/Kconfig;
make -C $(LINUX_PATH) ARCH=arm64 defconfig make -C $(LINUX_PATH) ARCH=arm64 defconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment