Skip to content
Snippets Groups Projects
Commit 63e31a67 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarRichard Weinberger <richard@nod.at>
parent 13d3d01e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment