diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-05-27 13:54:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-05-27 13:54:38 +0000 |
commit | d5994ce9c1d0359c93dcb4f1d84911b59b58904e (patch) | |
tree | a2b1880d90b3efad8ec4ba0b0019af1e5ef9f637 | |
parent | 76712933a0aa6b79095e83f3e08b94f9002736d3 (diff) |
fix build. :( sorry, forgot to commit this one.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1579 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 11ee5b1fa4..343abda2bf 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -364,7 +364,7 @@ end ############################################### define CRT0 - default "$(TOP)/src/arch/$(ARCH)/config/crt0.base" + default "$(TOP)/src/arch/$(ARCH)/init/crt0.S.lb" export always comment "Main initialization target" end |