[dpdk-dev] [PATCH v4 1/7] mk: Add rule for installing headers

2015-10-19 Thread Arevalo, Mario Alfredo C
Hi Olivier, thank you for your feedback , more comments below :) Thanks. Mario. From: Olivier MATZ [olivier.m...@6wind.com] Sent: Friday, October 16, 2015 12:29 PM To: Arevalo, Mario Alfredo C; dev at dpdk.org Cc: Panu Matilainen Subject: Re: [PATCH v4 1/7

[dpdk-dev] [PATCH v4 1/7] mk: Add rule for installing headers

2015-10-16 Thread Olivier MATZ
Hi Mario, Thank you for this patch series, and thank you Panu for the good comments on this series. Please see some comments below. On 10/05/2015 10:20 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK headers. > > When invoking "make install-headers" headers will > be installe

[dpdk-dev] [PATCH v4 1/7] mk: Add rule for installing headers

2015-10-05 Thread Mario Carrillo
Add hierarchy-file support to the DPDK headers. When invoking "make install-headers" headers will be installed in: $(DESTDIR)/$(INCLUDE_DIR) where INCLUDE_DIR=/usr/include/dpdk by default. You can override INCLUDE_DIR var. This hierarchy is based on: http://www.freedesktop.org/software/systemd/ma