]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: suppress warnings from 'getconf LFS_*'
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 12 Jul 2018 10:38:36 +0000 (19:38 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 12 Jul 2018 15:48:18 +0000 (00:48 +0900)
commit53ed8986f73f112c19cca3bcce971faf564263c4
tree250b295342756d7e7ef3bb61551522a3d3c51dac
parent19b1191f827e9c7d327e7fdaa168f3d7af7bb4b9
kbuild: suppress warnings from 'getconf LFS_*'

Suppress warnings for systems that do not recognize LFS_*.

 getconf: no such configuration parameter `LFS_CFLAGS'
 getconf: no such configuration parameter `LFS_LDFLAGS'
 getconf: no such configuration parameter `LFS_LIBS'

Fixes: bd6ee17ff59d ("kbuild: Enable Large File Support for hostprogs")
Reported-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Makefile