You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/28 11:20:39 UTC

[incubator-nuttx] 01/06: style/Makefile: remove unnecessary trailing whitespace

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c56785bd0d59fe17202b6f57e211eb5de126e8b3
Author: chao.an <an...@xiaomi.com>
AuthorDate: Sat Nov 28 11:43:30 2020 +0800

    style/Makefile: remove unnecessary trailing whitespace
    
    N/A
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 arch/mips/src/Makefile                         | 2 +-
 arch/misoc/src/Makefile                        | 2 +-
 arch/renesas/src/Makefile                      | 2 +-
 arch/sim/src/Makefile                          | 2 +-
 arch/x86/src/Makefile                          | 2 +-
 arch/x86_64/src/Makefile                       | 2 +-
 arch/xtensa/src/Makefile                       | 2 +-
 arch/z80/src/Makefile.zdsiil                   | 2 +-
 audio/Makefile                                 | 2 +-
 binfmt/Makefile                                | 2 +-
 boards/Makefile                                | 2 +-
 boards/renesas/rx65n/rx65n-rsk2mb/src/Makefile | 6 +++---
 crypto/Makefile                                | 2 +-
 drivers/Makefile                               | 2 +-
 fs/Makefile                                    | 2 +-
 libs/libc/Makefile                             | 2 +-
 libs/libc/bin/Makefile                         | 2 +-
 libs/libdsp/Makefile                           | 2 +-
 libs/libnx/Makefile                            | 2 +-
 libs/libnx/kbin/Makefile                       | 2 +-
 mm/Makefile                                    | 4 ++--
 net/Makefile                                   | 2 +-
 pass1/Makefile                                 | 2 +-
 sched/Makefile                                 | 2 +-
 tools/Makefile.unix                            | 6 +++---
 tools/Makefile.win                             | 4 ++--
 video/Makefile                                 | 2 +-
 wireless/Makefile                              | 2 +-
 28 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/arch/mips/src/Makefile b/arch/mips/src/Makefile
index cdbd2a8..c280df8 100644
--- a/arch/mips/src/Makefile
+++ b/arch/mips/src/Makefile
@@ -146,7 +146,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/misoc/src/Makefile b/arch/misoc/src/Makefile
index d6e2eb5..88e3880 100644
--- a/arch/misoc/src/Makefile
+++ b/arch/misoc/src/Makefile
@@ -149,7 +149,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/renesas/src/Makefile b/arch/renesas/src/Makefile
index 8c62b8d..d2421d0 100644
--- a/arch/renesas/src/Makefile
+++ b/arch/renesas/src/Makefile
@@ -157,7 +157,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile
index 611f09a..9f9fa87 100644
--- a/arch/sim/src/Makefile
+++ b/arch/sim/src/Makefile
@@ -199,7 +199,7 @@ endif
 ifeq ($(CONFIG_SIM_HCISOCKET),y)
   HOSTSRCS += up_hcisocket_host.c
   CSRCS += up_hcisocket.c
-endif 
+endif
 
 ifeq ($(CONFIG_I2C_RESET),y)
   HOSTCFLAGS += -DCONFIG_I2C_RESET=1
diff --git a/arch/x86/src/Makefile b/arch/x86/src/Makefile
index fa2cfd3..036d769 100644
--- a/arch/x86/src/Makefile
+++ b/arch/x86/src/Makefile
@@ -161,7 +161,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/x86_64/src/Makefile b/arch/x86_64/src/Makefile
index dac9743..db2050e 100644
--- a/arch/x86_64/src/Makefile
+++ b/arch/x86_64/src/Makefile
@@ -156,7 +156,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/xtensa/src/Makefile b/arch/xtensa/src/Makefile
index 31a4544..247d9e7 100644
--- a/arch/xtensa/src/Makefile
+++ b/arch/xtensa/src/Makefile
@@ -147,7 +147,7 @@ makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 ifeq ($(BOARDMAKE),y)
 	$(Q) $(MAKE) -C board depend
 endif
-	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"	
+	$(Q) $(MAKE) makedepfile DEPPATH="--dep-path chip --dep-path common --dep-path $(ARCH_SUBDIR)"
 	$(Q) touch $@
 
 depend: .depend
diff --git a/arch/z80/src/Makefile.zdsiil b/arch/z80/src/Makefile.zdsiil
index 1b47539..668aa15 100644
--- a/arch/z80/src/Makefile.zdsiil
+++ b/arch/z80/src/Makefile.zdsiil
@@ -50,7 +50,7 @@ WARCHCMNDIR = ${shell cygpath -w $(ARCHCMDDIR)}
 USRINCLUDES = -usrinc:'$(WSCHEDSRCDIR);$(WARCHCHIPDIR);$(WARCHCMNDIR)'
 
 INCLUDES = $(ARCHSTDINCLUDES) $(USRINCLUDES)
-CFLAGS := $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES) 
+CFLAGS := $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES)
 CPPFLAGS += -I$(ARCHSRCDIR) -I$(ZDSSTDINCDIR) -I$(ZDSZILOGINCDIR)
 LDFLAGS  += @nuttx.linkcmd
 
diff --git a/audio/Makefile b/audio/Makefile
index a8c7829..c679ade 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -68,7 +68,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/binfmt/Makefile b/binfmt/Makefile
index fd52995..ed25a9e 100644
--- a/binfmt/Makefile
+++ b/binfmt/Makefile
@@ -80,7 +80,7 @@ $(BINFMT_COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(BINFMT_OBJS)
 	$(call ARCHIVE, $@, $(BINFMT_OBJS))
-  
+
 makedepfile: $(BINFMT_CSRCS:.c=.ddc) $(BINFMT_ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/boards/Makefile b/boards/Makefile
index 8169ebd..d272093 100644
--- a/boards/Makefile
+++ b/boards/Makefile
@@ -98,7 +98,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(CXXSRCS:.cxx=.ddx)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/boards/renesas/rx65n/rx65n-rsk2mb/src/Makefile b/boards/renesas/rx65n/rx65n-rsk2mb/src/Makefile
index 5ef1468..c463332 100644
--- a/boards/renesas/rx65n/rx65n-rsk2mb/src/Makefile
+++ b/boards/renesas/rx65n/rx65n-rsk2mb/src/Makefile
@@ -7,15 +7,15 @@
 # ASF licenses this file to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance with the
 # License.  You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
 # License for the specific language governing permissions and limitations
 # under the License.
-# 
+#
 ############################################################################
 
 include $(TOPDIR)/Make.defs
diff --git a/crypto/Makefile b/crypto/Makefile
index 68eb31a..a9112a4 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -89,7 +89,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/drivers/Makefile b/drivers/Makefile
index 1c1139d..d58a78b 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -119,7 +119,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/fs/Makefile b/fs/Makefile
index 6d7717a..815088b 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -97,7 +97,7 @@ $(BIN):	$(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
 
 context::
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/libs/libc/Makefile b/libs/libc/Makefile
index 8371b11..dcb415a 100644
--- a/libs/libc/Makefile
+++ b/libs/libc/Makefile
@@ -159,7 +159,7 @@ endif
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, bin/Make.dep, $^)
 	$(call DELFILE, $^)
-  
+
 makekdepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, kbin/Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/libs/libc/bin/Makefile b/libs/libc/bin/Makefile
index dedc963..ffccef3 100644
--- a/libs/libc/bin/Makefile
+++ b/libs/libc/bin/Makefile
@@ -37,7 +37,7 @@ include $(TOPDIR)/Make.defs
 
 all:
 .PHONY: clean distclean
-  
+
 # Clean Targets:
 
 clean:
diff --git a/libs/libdsp/Makefile b/libs/libdsp/Makefile
index 6d1ed1a..29c9b95 100644
--- a/libs/libdsp/Makefile
+++ b/libs/libdsp/Makefile
@@ -49,7 +49,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/libs/libnx/Makefile b/libs/libnx/Makefile
index 2408eee..ff83529 100644
--- a/libs/libnx/Makefile
+++ b/libs/libnx/Makefile
@@ -238,7 +238,7 @@ endif
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, bin/Make.dep, $^)
 	$(call DELFILE, $^)
-  
+
 makekdepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, kbin/Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/libs/libnx/kbin/Makefile b/libs/libnx/kbin/Makefile
index dd4e30e..e347523 100644
--- a/libs/libnx/kbin/Makefile
+++ b/libs/libnx/kbin/Makefile
@@ -37,7 +37,7 @@ include $(TOPDIR)/Make.defs
 
 all:
 .PHONY: clean distclean
-  
+
 # Clean Targets:
 
 clean:
diff --git a/mm/Makefile b/mm/Makefile
index a2b6cb5..81b6c90 100644
--- a/mm/Makefile
+++ b/mm/Makefile
@@ -85,13 +85,13 @@ endif
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, bin/Make.dep, $^)
 	$(call DELFILE, $^)
-  
+
 makekdepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, kbin/Make.dep, $^)
 	$(call DELFILE, $^)
 
 .depend: Makefile $(SRCS) $(TOPDIR)$(DELIM).config
-	$(Q) $(MAKE) makedepfile 
+	$(Q) $(MAKE) makedepfile
 ifneq ($(CONFIG_BUILD_FLAT),y)
 	$(Q) $(MAKE) makekdepfile CFLAGS="$(CFLAGS) $(KDEFINE)"
 endif
diff --git a/net/Makefile b/net/Makefile
index 7cf01a1..94d92a2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -91,7 +91,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/pass1/Makefile b/pass1/Makefile
index d9a9029..a791862 100644
--- a/pass1/Makefile
+++ b/pass1/Makefile
@@ -57,7 +57,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/sched/Makefile b/sched/Makefile
index fb3bd8d..9f7c7ca 100644
--- a/sched/Makefile
+++ b/sched/Makefile
@@ -58,7 +58,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/tools/Makefile.unix b/tools/Makefile.unix
index 58d80df..b9a79fe 100644
--- a/tools/Makefile.unix
+++ b/tools/Makefile.unix
@@ -327,10 +327,10 @@ endif
 	$(Q) touch $@
 
 dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $(ARCH_SRC)/chip drivers/platform
-	$(Q) $(MAKE) -C libs/libxx dirlinks 
-	$(Q) $(MAKE) -C boards dirlinks 
+	$(Q) $(MAKE) -C libs/libxx dirlinks
+	$(Q) $(MAKE) -C boards dirlinks
 	$(Q) $(MAKE) -C openamp dirlinks
-	$(Q) $(MAKE) -C $(CONFIG_APPS_DIR) dirlinks 
+	$(Q) $(MAKE) -C $(CONFIG_APPS_DIR) dirlinks
 
 # context
 #
diff --git a/tools/Makefile.win b/tools/Makefile.win
index 0369c62..6c5fb11 100644
--- a/tools/Makefile.win
+++ b/tools/Makefile.win
@@ -306,8 +306,8 @@ endif
 	$(Q) touch $@
 
 dirlinks: include\arch include\arch\board include\arch\chip $(ARCH_SRC)\board $(ARCH_SRC)\chip drivers\platform
-	$(Q) $(MAKE) -C libs/libxx dirlinks 
-	$(Q) $(MAKE) -C boards dirlinks 
+	$(Q) $(MAKE) -C libs/libxx dirlinks
+	$(Q) $(MAKE) -C boards dirlinks
 	$(Q) $(MAKE) -C openamp dirlinks
 	$(Q) $(MAKE) -C $(CONFIG_APPS_DIR) dirlinks
 
diff --git a/video/Makefile b/video/Makefile
index 8775229..92f91ae 100644
--- a/video/Makefile
+++ b/video/Makefile
@@ -55,7 +55,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN):	$(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)
diff --git a/wireless/Makefile b/wireless/Makefile
index b2c46fa..66d8fb5 100644
--- a/wireless/Makefile
+++ b/wireless/Makefile
@@ -60,7 +60,7 @@ $(COBJS): %$(OBJEXT): %.c
 
 $(BIN): $(OBJS)
 	$(call ARCHIVE, $@, $(OBJS))
-  
+
 makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
 	$(call CATFILE, Make.dep, $^)
 	$(call DELFILE, $^)