
On 08:52 Mon 11 May , Wolfgang Denk wrote:
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090510221846.GJ21079@game.jcrosoft.org you wrote:
> +mx31pdk_nand_config : unconfig > + @mkdir -p $(obj)include $(obj)board/freescale/mx31pdk > + @mkdir -p $(obj)nand_spl/board/freescale/mx31pdk > + @echo "#define CONFIG_NAND_U_BOOT" > $(obj)include/config.h > + @$(MKCONFIG) -n $@ -a mx31pdk arm arm1136 mx31pdk freescale mx31 > + @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk IIRC no need it will generate from the config.h
I don't understand the comment. What will generate what from config.h?
the automake.mk
automake.mk ? What's that?
autoconf.mk I mean
I still don't understand what your terse comment is supposed to mean. Could ypou please try to answer in a complete sentence, and explain your thoughts in a little detail?
simple CONFIG_NAND_U_BOOT = y will already be generated from config.h in autoconf.mk
Best Regards, J.