net/e1000: fix build with clang
authorHiroyuki Mikita <h.mikita89@gmail.com>
Thu, 26 May 2016 11:36:39 +0000 (20:36 +0900)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 15 Jun 2016 15:13:56 +0000 (17:13 +0200)
commit4321f1c604150f5585480de71336e6e382ef16be
treec69666fffecfc2ee2b936de6482e1290b6a55751
parent330f11add51425cc4bdbcf352e64cc496a85393b
net/e1000: fix build with clang

GCC_VERSION is empty in case of clang:
/bin/sh: line 0: test: -ge: unary operator expected

It is the same issue as http://dpdk.org/dev/patchwork/patch/5994/

Fixes: 366113dbfb69 ("e1000: suppress misleading indentation warning")

Signed-off-by: Hiroyuki Mikita <h.mikita89@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/e1000/Makefile