[dpdk-dev] [PATCH v2 0/2] mk: make config enhancements

Shreyansh Jain shreyansh.jain at nxp.com
Mon May 29 09:31:37 CEST 2017


On Friday 26 May 2017 02:22 PM, David Hunt wrote:
> This patch series is a couple of small patches to make the 'make config'
> of the build a bit easier for users.
> 
> Users can now 'make defconfig' which will pick a sensible default based on
> some 'uname' queries of the system.
> 
> Users can also set RTE_TARGET on  in their environment which will get picked
> users type 'make config' without T=template.
> 
> v2 changes:
>    Added better handling for non-IA platforms. The list is now as follows:
>    uname -m  Output Target
>    --------  ------------------
>    aarch64   arm64-armv8a-...
>    armv7l    arm-armv7a-...
>    ppc64     ppc_64-power8-...
>    x86_64    x86_64-native-...
>    i686      i686-native-...
> 
> [1/2] mk: allow use of environment var for make config
> [2/2] mk: add sensible default target with defconfig
> 

Series-Acked-by: Shreyansh Jain <shreyansh.jain at nxp.com>


More information about the dev mailing list