diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2008-03-05 09:57:04 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@uranus.ravnborg.org> | 2008-04-25 14:49:40 -0400 |
commit | 0254da07d9d51044140a904c47affaeeb8b74ae8 (patch) | |
tree | faaa87b6f54142aa24f1585feba922654b3719d2 /Makefile | |
parent | 0d96fb20b7ed757fc936bb35e26c22251a75b734 (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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||
1547 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) | 1546 | quiet_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 \ |