summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMasahiro Yamada2019-03-17 03:01:09 +0100
committerMasahiro Yamada2019-03-17 04:56:32 +0100
commit037fc3368be46dc1a2a90f6e50c8cbce49d75fd6 (patch)
tree2fdd8f1b803d33f27aff70391742d48f843b33b5 /arch/microblaze
parentkbuild: warn redundant generic-y (diff)
downloadkernel-qcow2-linux-037fc3368be46dc1a2a90f6e50c8cbce49d75fd6.tar.gz
kernel-qcow2-linux-037fc3368be46dc1a2a90f6e50c8cbce49d75fd6.tar.xz
kernel-qcow2-linux-037fc3368be46dc1a2a90f6e50c8cbce49d75fd6.zip
kbuild: force all architectures except um to include mandatory-y
Currently, every arch/*/include/uapi/asm/Kbuild explicitly includes the common Kbuild.asm file. Factor out the duplicated include directives to scripts/Makefile.asm-generic so that no architecture would opt out of the mandatory-y mechanism. um is not forced to include mandatory-y since it is a very exceptional case which does not support UAPI. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/include/uapi/asm/Kbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/uapi/asm/Kbuild b/arch/microblaze/include/uapi/asm/Kbuild
index 97823ec46e97..3ce84fbb2678 100644
--- a/arch/microblaze/include/uapi/asm/Kbuild
+++ b/arch/microblaze/include/uapi/asm/Kbuild
@@ -1,5 +1,3 @@
-include include/uapi/asm-generic/Kbuild.asm
-
generated-y += unistd_32.h
generic-y += kvm_para.h
generic-y += ucontext.h