[dpdk-dev] [PATCH] doc: add RTE_KERNELDIR to help

2013-11-22 Thread Thomas Monjalon
22/11/2013 14:07, Olivier MATZ : > acked! > > PS: Does it pass all the non-regression tests? ;) Yes, "make help" is still printing very helpful lines :) So I've pushed it. -- Thomas

[dpdk-dev] [PATCH] doc: add RTE_KERNELDIR to help

2013-11-22 Thread Olivier MATZ
Hello Thomas, On 11/22/2013 01:53 PM, Thomas Monjalon wrote: > The default value is /lib/modules/$(uname -r)/build > > Signed-off-by: Thomas Monjalon > --- > doc/build-sdk-quick.txt |1 + > 1 file changed, 1 insertion(+) acked! PS: Does it pass all the non-regression tests? ;)

[dpdk-dev] [PATCH] doc: add RTE_KERNELDIR to help

2013-11-22 Thread Thomas Monjalon
The default value is /lib/modules/$(uname -r)/build Signed-off-by: Thomas Monjalon --- doc/build-sdk-quick.txt |1 + 1 file changed, 1 insertion(+) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index ca39c33..bf7c350 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-