diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1543,7 +1543,6 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) | |||
1543 | cmd_rmfiles = rm -f $(rm-files) | 1543 | cmd_rmfiles = rm -f $(rm-files) |
1544 | 1544 | ||
1545 | # Run depmod only if we have System.map and depmod is executable | 1545 | # Run depmod only if we have System.map and depmod is executable |
1546 | # and we build for the host arch | ||
1547 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) | 1546 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) |
1548 | cmd_depmod = \ | 1547 | cmd_depmod = \ |
1549 | if [ -r System.map -a -x $(DEPMOD) ]; then \ | 1548 | if [ -r System.map -a -x $(DEPMOD) ]; then \ |