--- linux-2.6.13.1/Makefile.orig	2010-01-24 20:08:50.000000000 +0100
+++ linux-2.6.13.1/Makefile	2010-01-24 20:08:50.000000000 +0100
@@ -924,7 +924,10 @@
 endif
 .PHONY: _modinst_post
 _modinst_post: _modinst_
+# Do not run depmod while cross-compiling
+ifeq ([ uname -m ],$(ARCH))
 	if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
+endif
 
 else # CONFIG_MODULES
 
