aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6d331ba140b..fc3411e6f071 100644
--- a/Makefile
+++ b/Makefile
@@ -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
1547quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) 1546quiet_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 \