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