Skip to content
Snippets Groups Projects
Commit 62d81791 authored by James Kung's avatar James Kung
Browse files

Fix patch error for Mediatek platform makefile


Signed-off-by: default avatarJames Kung <james.kung@linaro.org>
Tested-by: James Kung <james.kung@linaro.org> (MT8173_EVB)
parent ddd3d822
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ $(LINUX_PATH)/.config: ...@@ -73,7 +73,7 @@ $(LINUX_PATH)/.config:
linux-defconfig: $(LINUX_PATH)/.config linux-defconfig: $(LINUX_PATH)/.config
linux-patched: $(LINUX_PATCH_PATH)/.patched linux-patched: $(LINUX_PATCH_PATH)/.patched
linux: linux-defconfig linux-patched linux: linux-patched linux-defconfig
make -C $(LINUX_PATH) \ make -C $(LINUX_PATH) \
CROSS_COMPILE="$(CCACHE)$(AARCH64_NONE_CROSS_COMPILE)" \ CROSS_COMPILE="$(CCACHE)$(AARCH64_NONE_CROSS_COMPILE)" \
LOCALVERSION= \ LOCALVERSION= \
......
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