[dpdk-dev] [PATCH v2 1/8] mk: Add rule for installing headers

2015-09-29 Thread Panu Matilainen
On 09/29/2015 03:00 AM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK headers, > when invoking "make install-headers" headers will > be installed in: $(DESTDIR)/usr/include/dpdk > This hierarchy is based on: > http://www.freedesktop.org/software/systemd/man/file-hierarchy.html > >

[dpdk-dev] [PATCH v2 1/8] mk: Add rule for installing headers

2015-09-28 Thread Mario Carrillo
Add hierarchy-file support to the DPDK headers, when invoking "make install-headers" headers will be installed in: $(DESTDIR)/usr/include/dpdk This hierarchy is based on: http://www.freedesktop.org/software/systemd/man/file-hierarchy.html Signed-off-by: Mario Carrillo --- mk/rte.sdkinstall.mk |