fix build. :( sorry, forgot to commit this one.
authorStefan Reinauer <stepan@openbios.org>
Thu, 27 May 2004 13:54:38 +0000 (13:54 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 27 May 2004 13:54:38 +0000 (13:54 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1579 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Options.lb

index 11ee5b1fa495abe5c39f241f71b24cc01b179fed..343abda2bf8deaceccc6443aa60a217b298fafd7 100644 (file)
@@ -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