]> git.ipfire.org Git - thirdparty/u-boot.git/commit
kbuild: fix # escaping in appending U-Boot own DT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 19 Sep 2018 02:35:57 +0000 (11:35 +0900)
committerTom Rini <trini@konsulko.com>
Sun, 30 Sep 2018 17:00:34 +0000 (13:00 -0400)
commit0c544115379ed77c1843a194e26960e5b8f3d369
tree0de690e41d800303bdd2b5953bf5b73bed4a6214
parente5e701c2b8470de044c5c71d2a54ecfc72680d59
kbuild: fix # escaping in appending U-Boot own DT

The escape sequence '\#' does not work for the latest GNU Make from
the git tree.

Replace it with $(pound) as Linux did.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.lib