net/vdev_netvsc: fix build without C11 and pedantic
authorOphir Munk <ophirmu@mellanox.com>
Wed, 24 Jan 2018 14:12:13 +0000 (14:12 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Jan 2018 18:06:31 +0000 (19:06 +0100)
commit788203582cdeaea334c044858e92cf802083deb4
tree73831c82e7824482bef01d41b7535fda1d266d85
parente011bad02dd4966ec1598eb01318c84ec88280f4
net/vdev_netvsc: fix build without C11 and pedantic

Remove CFLAGS -std=c11 and -pedantic in order to guarantee
a successful vdev_netvsc compilation on old Linux distributions.
Otherwise old GCC compilers may complain as follows:
cc1: error: unrecognized command line option -std=c11

Fixes: 6086ab3bb3d2 ("net/vdev_netvsc: introduce Hyper-V platform driver")

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/vdev_netvsc/Makefile