
Hi Simon,
On Sat, 26 Jul 2014 17:10:05 +0100 Simon Glass sjg@chromium.org wrote:
Hi Masahiro,
On 22 July 2014 16:24, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
This series introduces Kconfig. For boards with SPL/TPL support, another .config file is created under spl/tpl directory.
Use "make spl:config", "make spl:menuconfig" etc. to modify spl/.config and "make tpl:config", "make tpl:menuconfig" etc. for tpl/.config.
This doesn't seem to work for me now:
Uh-oh, I was such an idiot that I did not notice this syntax does not work. :-(
I changed that in v6.
Please do
"make spl/config", "make spl/menuconfig", etc.
$ rm -rf b/snow; CROSS_COMPILE=/opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-linux-gnueabihf- make O=b/snow snow_defconfig spl:xconfig Makefile:134: *** multiple target patterns. Stop.
In case I have missed a patch, I pushed it to u-boot-x86.git in branch try-masa4.
I don't think you missed any patch, but I pushed my local branch to GitHub just in case.
You can use it, if necessary.
git clone git://github.com/masahir0y/u-boot-kbuild.git cd u-boot-kbuild git checkout kconfig_v6
make O=b/snow snow_defconfig spl/xconfig should work.
Best Regards Masahiro Yamada