diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-26 04:00:18 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-26 04:00:18 +0300 |
commit | 80f09cf5c14017f98c2e2eaea49ad5d2f5a1399f (patch) | |
tree | 7a249d8140addd38ef17de655e427e6892674a8f /arch | |
parent | 77cd3d0c43b7e6c0bb49ca641cf936891f6e1766 (diff) | |
parent | cda2c65f981d0c29805fd01ffce441c650ffe6cf (diff) | |
download | linux-80f09cf5c14017f98c2e2eaea49ad5d2f5a1399f.tar.xz |
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/Kbuild | 6 |
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 |