mk: use relative rather than absolute pmd paths
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 May 2015 15:56:45 +0000 (16:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 21 May 2015 15:45:22 +0000 (17:45 +0200)
commit641a81b2744ec9ba77ae5bac70023911ffc40297
treee2877aef70664c30645af93b2c67f5b727a9ebef
parent462321b44a801493ce2eb67bd73564e509a82f45
mk: use relative rather than absolute pmd paths

In the Makefiles for the PMDs, the paths to the files are often
specified using the full path from $(RTE_SDK) variable. These paths can
be shortened, and make more flexible in case of a future path change by
specifying the paths using $(SRCDIR) instead.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
lib/librte_pmd_e1000/Makefile
lib/librte_pmd_enic/Makefile
lib/librte_pmd_fm10k/Makefile
lib/librte_pmd_i40e/Makefile
lib/librte_pmd_ixgbe/Makefile
lib/librte_pmd_vmxnet3/Makefile