Re: [PATCH] config: define CONFIG to allow different defconfigs for each ARCH

2011-08-24 Thread Carmelo AMOROSO
On 24/08/2011 17.50, Khem Raj wrote: > On 8/24/2011 7:19 AM, Carmelo AMOROSO wrote: >> Add a new option CONFIG to specify different defconfigs for each ARCH. >> The naming convention assume that the defconfig are defined as >> $(ARCH)_$(CONFIG) >> >> i.e. >> make ARCH=sh CONFIG=prelink defconfig >>

Re: [PATCH] config: define CONFIG to allow different defconfigs for each ARCH

2011-08-24 Thread Khem Raj
On 8/24/2011 7:19 AM, Carmelo AMOROSO wrote: Add a new option CONFIG to specify different defconfigs for each ARCH. The naming convention assume that the defconfig are defined as $(ARCH)_$(CONFIG) i.e. make ARCH=sh CONFIG=prelink defconfig will look for extra/Configs/defconfigs/sh_prelink whi

[PATCH] config: define CONFIG to allow different defconfigs for each ARCH

2011-08-24 Thread Carmelo AMOROSO
Add a new option CONFIG to specify different defconfigs for each ARCH. The naming convention assume that the defconfig are defined as $(ARCH)_$(CONFIG) i.e. make ARCH=sh CONFIG=prelink defconfig will look for extra/Configs/defconfigs/sh_prelink Signed-off-by: Carmelo Amoroso --- Makefile.help