Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc3c26fe authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jesper Juhl
Browse files

fix typo "is" -> "if" in Makefile



It should be "if" but is written as "is"..

Signed-off-by: default avatarUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
parent 1cc8dcf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1538,7 +1538,7 @@ quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN   $(wildcard $(rm-files)))
      cmd_rmfiles = rm -f $(rm-files)

# Run depmod only is we have System.map and depmod is executable
# 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 = \