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)
commit6d79a7b424a5630a6fcab31fd7c38af4ea9c9a0f
tree250b295342756d7e7ef3bb61551522a3d3c51dac
parente23ba825db245724fec08d7285bc0272a57d38d4
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: d7f14c66c273 ("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