aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-03-05 09:57:04 -0500
committerSam Ravnborg <sam@uranus.ravnborg.org>2008-04-25 14:49:40 -0400
commit0254da07d9d51044140a904c47affaeeb8b74ae8 (patch)
treefaaa87b6f54142aa24f1585feba922654b3719d2 /Makefile
parent0d96fb20b7ed757fc936bb35e26c22251a75b734 (diff)
kbuild: fix depmod comment
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Cc: trivial@kernel.org Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6d331ba140b..fc3411e6f071 100644
--- a/Makefile
+++ b/Makefile
@@ -1543,7 +1543,6 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))
1543 cmd_rmfiles = rm -f $(rm-files) 1543 cmd_rmfiles = rm -f $(rm-files)
1544 1544
1545# Run depmod only if we have System.map and depmod is executable 1545# Run depmod only if we have System.map and depmod is executable
1546# and we build for the host arch
1547quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) 1546quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
1548 cmd_depmod = \ 1547 cmd_depmod = \
1549 if [ -r System.map -a -x $(DEPMOD) ]; then \ 1548 if [ -r System.map -a -x $(DEPMOD) ]; then \