]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Makefile
kbuild: remove unused -r option for module-init-tool depmod
[linux-2.6-omap-h63xx.git] / Makefile
index 55424172bea40d820c1e2d1924df19f682445ccb..5a5b82eaaec2bc4077d1d5a2559b4ac6d19440cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1543,7 +1543,7 @@ quiet_cmd_depmod = DEPMOD  $(KERNELRELEASE)
       cmd_depmod = \
        if [ -r System.map -a -x $(DEPMOD) ]; then                              \
                $(DEPMOD) -ae -F System.map                                     \
-               $(if $(strip $(INSTALL_MOD_PATH)), -b $(INSTALL_MOD_PATH) -r)   \
+               $(if $(strip $(INSTALL_MOD_PATH)), -b $(INSTALL_MOD_PATH) )     \
                $(KERNELRELEASE);                                               \
        fi