projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d96fb2
)
kbuild: fix depmod comment
author
Uwe Kleine-König
<Uwe.Kleine-Koenig@digi.com>
Wed, 5 Mar 2008 14:57:04 +0000
(15:57 +0100)
committer
Sam Ravnborg
<sam@uranus.ravnborg.org>
Fri, 25 Apr 2008 18:49:40 +0000
(20:49 +0200)
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c6d331ba140b0624a54940f87408f384c58a3f89..fc3411e6f071fb34be17e7bd937e38634ab78cfd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1543,7
+1543,6
@@
quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))
cmd_rmfiles = rm -f $(rm-files)
# Run depmod only if we have System.map and depmod is executable
-# and we build for the host arch
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
cmd_depmod = \
if [ -r System.map -a -x $(DEPMOD) ]; then \