projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab919c0
)
[PATCH] kbuild: make kernelrelease in unconfigured kernel prints an error
author
Uwe Zeisberger
<zeisberg@informatik.uni-freiburg.de>
Wed, 9 Nov 2005 14:54:08 +0000
(15:54 +0100)
committer
Sam Ravnborg
<sam@mars.ravnborg.org>
Wed, 9 Nov 2005 21:20:01 +0000
(22:20 +0100)
Do not include .config for target kernelrelease
Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2dac801
..
3152d63
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-407,7
+407,7
@@
outputmakefile:
# of make so .config is not included in this case either (for *config).
no-dot-config-targets := clean mrproper distclean \
- cscope TAGS tags help %docs check%
+ cscope TAGS tags help %docs check%
kernelrelease
config-targets := 0
mixed-targets := 0