aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c7381ed4b690..1571fdfaf154 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ export srctree objtree VPATH
162# SUBARCH tells the usermode build what the underlying arch is. That is set 162# SUBARCH tells the usermode build what the underlying arch is. That is set
163# first, and if a usermode build is happening, the "ARCH=um" on the command 163# first, and if a usermode build is happening, the "ARCH=um" on the command
164# line overrides the setting of ARCH below. If a native build is happening, 164# line overrides the setting of ARCH below. If a native build is happening,
165# then ARCH is assigned, getting whatever value it gets normally, and 165# then ARCH is assigned, getting whatever value it gets normally, and
166# SUBARCH is subsequently ignored. 166# SUBARCH is subsequently ignored.
167 167
168SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 168SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
@@ -290,7 +290,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
290# cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 290# cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
291# 291#
292# If $(quiet) is empty, the whole command will be printed. 292# If $(quiet) is empty, the whole command will be printed.
293# If it is set to "quiet_", only the short version will be printed. 293# If it is set to "quiet_", only the short version will be printed.
294# If it is set to "silent_", nothing will be printed at all, since 294# If it is set to "silent_", nothing will be printed at all, since
295# the variable $(silent_cmd_cc_o_c) doesn't exist. 295# the variable $(silent_cmd_cc_o_c) doesn't exist.
296# 296#
@@ -869,7 +869,7 @@ ifdef CONFIG_BUILD_DOCSRC
869endif 869endif
870 +$(call if_changed,link-vmlinux) 870 +$(call if_changed,link-vmlinux)
871 871
872# The actual objects are generated when descending, 872# The actual objects are generated when descending,
873# make sure no implicit rule kicks in 873# make sure no implicit rule kicks in
874$(sort $(vmlinux-deps)): $(vmlinux-dirs) ; 874$(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
875 875
@@ -1484,7 +1484,7 @@ endif
1484 $(build)=$(build-dir) $(@:.ko=.o) 1484 $(build)=$(build-dir) $(@:.ko=.o)
1485 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost 1485 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1486 1486
1487# FIXME Should go into a make.lib or something 1487# FIXME Should go into a make.lib or something
1488# =========================================================================== 1488# ===========================================================================
1489 1489
1490quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) 1490quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))