Skip to content

Commit

Permalink
kbuild: add %asm-generic to no-dot-config-targets
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Acked-by: Richard Weinberger <[email protected]>
  • Loading branch information
masahir0y committed Aug 7, 2018
1 parent 13d3d01 commit 63e31a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63e31a6

Please sign in to comment.