diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-03-05 15:57:04 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@uranus.ravnborg.org> | 2008-04-25 20:49:40 +0200 |
commit | 0254da07d9d51044140a904c47affaeeb8b74ae8 (patch) | |
tree | faaa87b6f54142aa24f1585feba922654b3719d2 /Makefile | |
parent | 0d96fb20b7ed757fc936bb35e26c22251a75b734 (diff) | |
download | linux-3.10-0254da07d9d51044140a904c47affaeeb8b74ae8.tar.gz linux-3.10-0254da07d9d51044140a904c47affaeeb8b74ae8.tar.bz2 linux-3.10-0254da07d9d51044140a904c47affaeeb8b74ae8.zip |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |