9
0
Fork 0

[general] remove trailing whitespaces in Makefile

This commit is contained in:
Sascha Hauer 2008-04-07 12:20:26 +02:00
parent c3ec6a862c
commit 27a1e814c7
1 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ obj := $(objtree)
VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
export srctree objtree VPATH
export srctree objtree VPATH
# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------
@ -598,7 +598,7 @@ endef
# First command is ':' to allow us to use + in front of this rule
cmd_ksym_ld = $(cmd_uboot__)
define rule_ksym_ld
:
:
+$(call cmd,uboot_version)
$(call cmd,uboot__)
$(Q)echo 'cmd_$@ := $(cmd_uboot__)' > $(@D)/.$(@F).cmd
@ -1052,7 +1052,7 @@ docs : htmldocs
htmldocs:
@echo 'Running doxygen with local Doxyfile'
$(Q)doxygen Doxyfile
# Generate tags for editors
# ---------------------------------------------------------------------------