summaryrefslogtreecommitdiffstats
path: root/arm64-makefile-vdso_install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'arm64-makefile-vdso_install.patch')
-rw-r--r--arm64-makefile-vdso_install.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/arm64-makefile-vdso_install.patch b/arm64-makefile-vdso_install.patch
new file mode 100644
index 000000000..f7b4d122b
--- /dev/null
+++ b/arm64-makefile-vdso_install.patch
@@ -0,0 +1,15 @@
+diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
+index c95c5cb..b6ccf8a 100644
+--- a/arch/arm64/Makefile
++++ b/arch/arm64/Makefile
+@@ -60,6 +60,10 @@ zinstall install: vmlinux
+ dtbs: scripts
+ $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
+
++PHONY += vdso_install
++vdso_install:
++ $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
++
+ # We use MRPROPER_FILES and CLEAN_FILES now
+ archclean:
+ $(Q)$(MAKE) $(clean)=$(boot)