summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Engraf <david.engraf@sysgo.com>2020-03-26 20:29:33 +0100
committerMasahiro Yamada <masahiroy@kernel.org>2020-03-29 22:37:53 +0900
commit4623980dea7c688bd5fdce406e01726654b04104 (patch)
tree63de309161ef8700638937d563bc6cb6c1f5c008 /Makefile
parentaa824e0c962b532d5073cbb41b2efcd6f5e72bae (diff)
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 <david.engraf@sysgo.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89e1eb75c819..a74ba6f305b0 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 %/