]> 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)
commit1e3f3eb8c320630440f5be26837cd8f9fe9d2d6d
tree250b295342756d7e7ef3bb61551522a3d3c51dac
parentc2d34caf63614dde9c3d245cf79788d611808213
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: fd03d2504ecf ("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