summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-04-21 22:53:56 +0000
committerJesper Juhl <juhl@hera.kernel.org>2008-04-21 22:53:56 +0000
commitbc3c26fe65ecaa3fa96844219a9070a3e079697a (patch)
tree116f4a3d0d46ead50c0b1900a7e4c8c0a38a72d0 /Makefile
parent1cc8dcf569a3fcefb7ae32652225f2bd3e85257e (diff)
downloadlinux-3.10-bc3c26fe65ecaa3fa96844219a9070a3e079697a.tar.gz
linux-3.10-bc3c26fe65ecaa3fa96844219a9070a3e079697a.tar.bz2
linux-3.10-bc3c26fe65ecaa3fa96844219a9070a3e079697a.zip
fix typo "is" -> "if" in Makefile
It should be "if" but is written as "is".. Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39516bfad95..3dbc826bb8e 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = \