Skip to content

Commit

Permalink
kbuild: fix depmod comment
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: [email protected]
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and Sam Ravnborg committed Apr 25, 2008
1 parent 0d96fb2 commit 0254da0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0254da0

Please sign in to comment.