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/include
While most of the DPDK headers are rte-prefixed, not all are, and in particular it really has no business of putting directories such as "common" and "general" directly into /usr/include. Its better to put them into a dpdk-specific directory, say, $(DESTDIR)/usr/include/dpdk also requested here: http://dpdk.org/ml/archives/dev/2015-September/023180.html - Panu -