0164-Kbuild-add-missing-space.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. From 3630032605c18986555263eccc08b929e4c6d473 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Fri, 17 May 2013 01:03:45 +0200
  4. Subject: [PATCH 164/164] Kbuild: add missing space
  5. Currently the output looks like this:
  6. DTC arch/mips/ralink/dts/mt7620a_eval.dtb
  7. DTB arch/mips/ralink/dts/mt7620a_eval.dtb.S
  8. AS arch/mips/ralink/dts/mt7620a_eval.dtb.o
  9. Whitespace error was introduced by initial commit
  10. commit aab94339cd85d726abeae78fc02351fc1910e6a4
  11. Author: Dirk Brandewie <[email protected]>
  12. Date: Wed Dec 22 11:57:26 2010 -0800
  13. of: Add support for linking device tree blobs into vmlinux
  14. Signed-off-by: John Crispin <[email protected]>
  15. ---
  16. scripts/Makefile.lib | 2 +-
  17. 1 file changed, 1 insertion(+), 1 deletion(-)
  18. --- a/scripts/Makefile.lib
  19. +++ b/scripts/Makefile.lib
  20. @@ -251,7 +251,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) |
  21. # ---------------------------------------------------------------------------
  22. # Generate an assembly file to wrap the output of the device tree compiler
  23. -quiet_cmd_dt_S_dtb= DTB $@
  24. +quiet_cmd_dt_S_dtb= DTB $@
  25. cmd_dt_S_dtb= \
  26. ( \
  27. echo '\#include <asm-generic/vmlinux.lds.h>'; \