diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1538,7 +1538,7 @@ quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) | |||
1538 | quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) | 1538 | quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) |
1539 | cmd_rmfiles = rm -f $(rm-files) | 1539 | cmd_rmfiles = rm -f $(rm-files) |
1540 | 1540 | ||
1541 | # Run depmod only is we have System.map and depmod is executable | 1541 | # Run depmod only if we have System.map and depmod is executable |
1542 | # and we build for the host arch | 1542 | # and we build for the host arch |
1543 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) | 1543 | quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) |
1544 | cmd_depmod = \ | 1544 | cmd_depmod = \ |