]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/af_packet/meson.build
net/hns3: fix maximum queues on configuration failure
[dpdk.git] / drivers / net / af_packet / meson.build
index a7f392ea1fd9f451dd1d0c10b3e1a49f19b39273..c014e9b61b94bb5e8e2ef95aabf02cd10e7be903 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 if not is_linux
-       build = false
-       reason = 'only supported on linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 sources = files('rte_eth_af_packet.c')