summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada2018-08-04 06:47:02 +0200
committerMasahiro Yamada2018-08-07 14:30:29 +0200
commit63e31a67f12855129740943a4f826f05ddd0a2d0 (patch)
tree359e7c6109ebae8781c76356d684537fe28dec1b /Makefile
parentum: fix parallel building with O= option (diff)
downloadkernel-qcow2-linux-63e31a67f12855129740943a4f826f05ddd0a2d0.tar.gz
kernel-qcow2-linux-63e31a67f12855129740943a4f826f05ddd0a2d0.tar.xz
kernel-qcow2-linux-63e31a67f12855129740943a4f826f05ddd0a2d0.zip
kbuild: add %asm-generic to no-dot-config-targets
asm-generic and uapi-asm-generic do not depend on the kernel configuration. In fact, uapi-asm-generic is the prerequisite of headers_{install,check}, hence it should not require the .config file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc3a65be9035..d2832a45dffe 100644
--- a/Makefile
+++ b/Makefile
@@ -224,7 +224,7 @@ clean-targets := %clean mrproper cleandocs
no-dot-config-targets := $(clean-targets) \
cscope gtags TAGS tags help% %docs check% coccicheck \
$(version_h) headers_% archheaders archscripts \
- kernelversion %src-pkg
+ %asm-generic kernelversion %src-pkg
config-targets := 0
mixed-targets := 0