mbox series

[0/2] Fix build with the latest GNU Make

Message ID 1537324557-27033-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series Fix build with the latest GNU Make | expand

Message

Masahiro Yamada Sept. 19, 2018, 2:35 a.m. UTC
I can not build my board with the lastest GNU Make
since it changed the escaping of '#' in function calls.

Change the makefiles portable to both old and new GNU Make version.



Masahiro Yamada (1):
  kbuild: fix # escaping in appending U-Boot own DT

Rasmus Villemoes (1):
  Kbuild: fix # escaping in .cmd files for future Make

 scripts/Kbuild.include | 5 +++--
 scripts/Makefile.lib   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)