New upstream version 18.02
[deb_dpdk.git] / lib / librte_gro / meson.build
diff --git a/lib/librte_gro/meson.build b/lib/librte_gro/meson.build
new file mode 100644 (file)
index 0000000..501668c
--- /dev/null
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+sources = files('rte_gro.c', 'gro_tcp4.c', 'gro_vxlan_tcp4.c')
+headers = files('rte_gro.h')
+deps += ['ethdev']