summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-04-24 15:24:28 +0200
committerTom Rini <trini@ti.com>2014-05-12 16:31:51 -0400
commit69c0d323e325f48f3124fb0696de3d68fcbcae8e (patch)
tree6070941eb74bf1c41545a2df4461e1c07146971c /Makefile
parent15e82e5309ed706fa2878aed3b225aa48ae960c7 (diff)
downloadblackbird-obmc-uboot-69c0d323e325f48f3124fb0696de3d68fcbcae8e.tar.gz
blackbird-obmc-uboot-69c0d323e325f48f3124fb0696de3d68fcbcae8e.zip
kbuild: Fix trailing whitespaces
Trivial fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 125baa3364..e82f616a86 100644
--- a/Makefile
+++ b/Makefile
@@ -285,7 +285,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
# cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
#
# If $(quiet) is empty, the whole command will be printed.
-# If it is set to "quiet_", only the short version will be printed.
+# If it is set to "quiet_", only the short version will be printed.
# If it is set to "silent_", nothing will be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.
#
@@ -998,7 +998,7 @@ ifeq ($(CONFIG_KALLSYMS),y)
$(call cmd,u-boot__) common/system_map.o
endif
-# The actual objects are generated when descending,
+# The actual objects are generated when descending,
# make sure no implicit rule kicks in
$(sort $(u-boot-init) $(u-boot-main)): $(u-boot-dirs) ;
@@ -1437,7 +1437,7 @@ endif
$(build)=$(build-dir) $(@:.ko=.o)
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
-# FIXME Should go into a make.lib or something
+# FIXME Should go into a make.lib or something
# ===========================================================================
quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
OpenPOWER on IntegriCloud