<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 4/30/10 6:25 AM, Keith Hui wrote:
<blockquote
 cite="mid:w2yb72cdb061004292125qd831bf1eu3b8750914721967@mail.gmail.com"
 type="cite">
  <pre wrap="">$  make
    GEN        build.h
    ROMCC      romstage.inc
    GEN        crt0.S
    CC         mainboard/asus/p2b-ls/crt0.s
    CC         mainboard/asus/p2b-ls/crt0.initobj.o
    LINK       coreboot
    OBJCOPY    coreboot.bootblock
make: *** No rule to make target `src/arch/i386/include/arch/asm.h',
needed by `build/arch/i386/lib/c_start.o'.  Stop.

  </pre>
</blockquote>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<p>The define ASSEMBLY is now passed by the Makefile for assembler
files.<br>
</p>
<p>Hence the asm.h construct is no longer needed.<br>
</p>
<p>Just drop asm.h includes from your code. If you use the post_code()
macro, you can now #include <cpu/x86/post_code.h> instead.</p>
</body>
</html>