numam-dpdk/drivers/net/cxgbe
Thomas Monjalon c55e94f560 cxgbe: fix build with clang
GCC_VERSION is empty in case of clang:
	/bin/sh: line 0: test: -ge: unary operator expected

It cannot be quoted because an integer is expected.
So the fix is to check empty value in a separate test.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-07-01 00:18:43 +02:00
..
base cxgbe/base: add hardware API for Chelsio T5 series adapters 2015-06-30 17:56:33 +02:00
cxgbe_compat.h cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
cxgbe_ethdev.c cxgbe: add flow control functions 2015-06-30 22:53:50 +02:00
cxgbe_main.c cxgbe: add port statistics 2015-06-30 22:53:24 +02:00
cxgbe.h cxgbe: add port statistics 2015-06-30 22:53:24 +02:00
Makefile cxgbe: fix build with clang 2015-07-01 00:18:43 +02:00
rte_pmd_cxgbe_version.map cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
sge.c cxgbe: add device related operations 2015-06-30 22:52:14 +02:00