Re: [dpdk-dev] [PATCH v3 2/3] mk: allow use of environment var for template

2017-08-03 Thread Thomas Monjalon
07/06/2017 16:37, David Hunt: > Added new environment variable RTE_TEMPLATE which is an additional > variable that can be set in the users environment. This maps on to the > existing 'T' command line variable typically used when 'make config' > or 'make install' is invoked. > > So, instead of typi

Re: [dpdk-dev] [PATCH v3 2/3] mk: allow use of environment var for template

2017-06-12 Thread Jerin Jacob
-Original Message- > Date: Wed, 7 Jun 2017 15:37:56 +0100 > From: David Hunt > To: dev@dpdk.org > CC: tho...@monjalon.net, shreyansh.j...@nxp.com, David Hunt > > Subject: [dpdk-dev] [PATCH v3 2/3] mk: allow use of environment var for > template > X-Mail

[dpdk-dev] [PATCH v3 2/3] mk: allow use of environment var for template

2017-06-07 Thread David Hunt
Added new environment variable RTE_TEMPLATE which is an additional variable that can be set in the users environment. This maps on to the existing 'T' command line variable typically used when 'make config' or 'make install' is invoked. So, instead of typing 'make config T=x86_64-native-linuxapp-g