diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 17:16:26 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 17:16:26 +0000 |
commit | 68f9b1b1359b2dcd757d5b26aaf0b494333d2199 (patch) | |
tree | a204b97632f906b3d935dcadfb5c9cb18d7c4efa /src | |
parent | a485fe9f1092955421b61ed398894aaef4cdada7 (diff) | |
download | coreboot-68f9b1b1359b2dcd757d5b26aaf0b494333d2199.tar.xz |
new init stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@959 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/ppc/Config.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb index 27d0f0aa4b..87b54ed080 100644 --- a/src/arch/ppc/Config.lb +++ b/src/arch/ppc/Config.lb @@ -1,10 +1,10 @@ -init config/crt0.lb ldscript config/ldscript.lb makerule linuxbios.rom - depends "linuxbios.strip buildrom" - action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)" + depends "linuxbios" + action "cp $< $@" end +dir init dir lib dir boot |