<br><br><div class="gmail_quote">On Tue, Dec 2, 2008 at 9:45 AM, Jordan Crouse <span dir="ltr"><<a href="mailto:jordan@cosmicpenguin.net">jordan@cosmicpenguin.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If no .config exists, then default to qemu for defconfig targets.  As a further extension, I think we should consider allowing the user to pass the desired mainboard via an environment variable:<br>
<br>
make MAINBOARD=amd/db800 defconfig</blockquote><div><br>I think we already do that.  Here's the snippet from  buildrom's packages/coreboot-v3/<a href="http://coreboot-v3.mk">coreboot-v3.mk</a>. <br></div><div><br>
    @ make -C $(CBV3_SRC_DIR) defconfig \<br>        MAINBOARDDIR="$(COREBOOT_VENDOR)/$(CBV3_BOARD)" \<br>        > $(CBV3_CONFIG_LOG) 2>&1 <br><br>Am I misunderstanding what you want to do?  Did we used to allow that and it's broken since then?<br>
<br>Thanks,<br>Myles</div></div><br>