diff --git a/[refs] b/[refs] index 53989b8a8b67..b5b7f4576eb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab19f8794a66910ef9b33041ccfa05b6b12ab6c9 +refs/heads/master: d8d2e78a061e1ace98544b100b7837c620fbb950 diff --git a/trunk/Makefile b/trunk/Makefile index f4238b2739e8..264f37b8b263 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1505,7 +1505,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) # and we build for the host arch quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) cmd_depmod = \ - if [ -r System.map -a -x $(DEPMOD) -a "$(SUBARCH)" = "$(ARCH)" ]; then \ + if [ -r System.map -a -x $(DEPMOD) ]; then \ $(DEPMOD) -ae -F System.map \ $(if $(strip $(INSTALL_MOD_PATH)), -b $(INSTALL_MOD_PATH) -r) \ $(KERNELRELEASE); \