[dpdk-dev] [PATCH 5/7] mk: Add hierarchy-file support (include)

2015-09-22 Thread Panu Matilainen
On 09/18/2015 11:33 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK headers, > when invoking "make install H=1" (hierarchy-file) > > This hierarchy is based on: > http://www.freedesktop.org/software/systemd/man/file-hierarchy.html > > headers will be installed in: $(DESTDIR)/usr/

[dpdk-dev] [PATCH 5/7] mk: Add hierarchy-file support (include)

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