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, 0 insertions, 15 deletions
diff --git a/arm64-makefile-vdso_install.patch b/arm64-makefile-vdso_install.patch
deleted file mode 100644
index f7b4d122b..000000000
--- a/arm64-makefile-vdso_install.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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)