DPDK package lacks of a mechanism to install libraries, headers applications and kernel modules to a file system tree.
This patch set allows to install files according to the next proposal: http://www.freedesktop.org/software/systemd/man/file-hierarchy.html By adding a parameter H=1 (hierarchy-file) to makefile system, it is possible to do the next steps make config T=TARGET make make install H=1 and files will be installed on the proper directory. Also you can use the DESTDIR variable. Mario Carrillo (7): mk: Add hierarchy-file support mk: Add hierarchy-file support (sbin) mk: Add hierarchy-file support (doc) mk: Add hierarchy-file support (app) mk: Add hierarchy-file support (include) mk: Add hierarchy-file support (lib) mk: Add hierarchy-file support (linux mod) mk/internal/rte.install-post.mk | 15 +++++++++++- mk/rte.app.mk | 8 +++++++ mk/rte.lib.mk | 16 +++++++++++++ mk/rte.module.mk | 8 +++++++ mk/rte.sdkinstall.mk | 52 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 98 insertions(+), 1 deletion(-) -- 2.1.0