aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-07-25 18:00:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-07-25 18:00:18 -0700
commit80f09cf5c14017f98c2e2eaea49ad5d2f5a1399f (patch)
tree7a249d8140addd38ef17de655e427e6892674a8f /arch
parentMerge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
parentkbuild: Remove stale asm-generic wrappers (diff)
downloadlinux-dev-80f09cf5c14017f98c2e2eaea49ad5d2f5a1399f.tar.xz
linux-dev-80f09cf5c14017f98c2e2eaea49ad5d2f5a1399f.zip
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 build updates from Ingo Molnar: "A build system fix and a cleanup" * 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: kbuild: Remove stale asm-generic wrappers kbuild, x86: Track generated headers with generated-y
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild
index aeac434c9feb..2cfed174e3c9 100644
--- a/arch/x86/include/asm/Kbuild
+++ b/arch/x86/include/asm/Kbuild
@@ -1,5 +1,11 @@
+generated-y += syscalls_32.h
+generated-y += syscalls_64.h
+generated-y += unistd_32_ia32.h
+generated-y += unistd_64_x32.h
+generated-y += xen-hypercalls.h
+
genhdr-y += unistd_32.h
genhdr-y += unistd_64.h
genhdr-y += unistd_x32.h