summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorIngo Molnar2017-11-02 10:57:24 +0100
committerIngo Molnar2017-11-02 10:57:24 +0100
commit3357b0d3c7323d73806571192e9f633bb6ba3d54 (patch)
treea92fb225bfdda901783ad662a1fea0baddfb81e1 /scripts
parentx86/asm: Don't use the confusing '.ifeq' directive (diff)
parentptrace,x86: Make user_64bit_mode() available to 32-bit builds (diff)
downloadkernel-qcow2-linux-3357b0d3c7323d73806571192e9f633bb6ba3d54.tar.gz
kernel-qcow2-linux-3357b0d3c7323d73806571192e9f633bb6ba3d54.tar.xz
kernel-qcow2-linux-3357b0d3c7323d73806571192e9f633bb6ba3d54.zip
Merge branch 'x86/mpx/prep' into x86/asm
Pick up some of the MPX commits that modify the syscall entry code, to have a common base and to reduce conflicts. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.modpost1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 16923ba4b5b1..756d14f0d763 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -97,7 +97,6 @@ vmlinux.o: FORCE
$(call cmd,kernel-mod)
# Declare generated files as targets for modpost
-$(symverfile): __modpost ;
$(modules:.ko=.mod.c): __modpost ;