stress-ng: fix build on macos 17688/head
authorSergey V. Lobanov <sergey@lobanov.in>
Mon, 24 Jan 2022 22:41:09 +0000 (01:41 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Mon, 24 Jan 2022 22:41:09 +0000 (01:41 +0300)
commit53a51fb3d1cbf7fed94aad3a84aa36a19c54a55a
tree707e404f7aacc1d5956c0cb1b5d6b9227bdc77d0
parent5879260515332a338e77776a7cbb50b56a48f03a
stress-ng: fix build on macos

This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection.
If Makefile detects Darwin, it removes -lbsd from build flags, but
this flag is required due to target is always Linux, not bsd-like.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
utils/stress-ng/Makefile