[dpdk-dev] [PATCH v4 6/7] mk: Add rule for installing sdk files

2015-10-19 Thread Panu Matilainen
On 10/16/2015 10:31 PM, Olivier MATZ wrote: > Hi Panu, > > On 10/05/2015 10:20 PM, Mario Carrillo wrote: >> Add hierarchy-file support to the DPDK makefiles, scripts, >> examples, tools, config files and headers. >> >> When invoking "make install-sdk" makefiles, scripts, >> examples, tools, config

[dpdk-dev] [PATCH v4 6/7] mk: Add rule for installing sdk files

2015-10-16 Thread Olivier MATZ
Hi Panu, On 10/05/2015 10:20 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK makefiles, scripts, > examples, tools, config files and headers. > > When invoking "make install-sdk" makefiles, scripts, > examples, tools, config files will be installed in: > $(DESTDIR)/$(SDK_DIR) >

[dpdk-dev] [PATCH v4 6/7] mk: Add rule for installing sdk files

2015-10-05 Thread Mario Carrillo
Add hierarchy-file support to the DPDK makefiles, scripts, examples, tools, config files and headers. When invoking "make install-sdk" makefiles, scripts, examples, tools, config files will be installed in: $(DESTDIR)/$(SDK_DIR) and headers will be installed in: $(DESTDIR)/$(INCLUDE_DIR) Where SD