From: David Engraf Date: Thu, 26 Mar 2020 19:29:33 +0000 (+0100) Subject: kbuild: add outputmakefile to no-dot-config-targets X-Git-Tag: v5.7-rc1~151^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4623980dea7c688bd5fdce406e01726654b04104;p=thirdparty%2Flinux.git kbuild: add outputmakefile to no-dot-config-targets The target outputmakefile is used to generate a Makefile for out-of-tree builds and does not depend on the kernel configuration. Signed-off-by: David Engraf Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 89e1eb75c819e..a74ba6f305b0e 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,8 @@ clean-targets := %clean mrproper cleandocs no-dot-config-targets := $(clean-targets) \ cscope gtags TAGS tags help% %docs check% coccicheck \ $(version_h) headers headers_% archheaders archscripts \ - %asm-generic kernelversion %src-pkg dt_binding_check + %asm-generic kernelversion %src-pkg dt_binding_check \ + outputmakefile no-sync-config-targets := $(no-dot-config-targets) install %install \ kernelrelease single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/