diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-13 23:30:23 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-13 23:30:23 +0000 |
commit | 70572e64c1b96a386ee99f46545ef1b661531baf (patch) | |
tree | 5c052dfe3384736b13c12aaa20ff2d367b6480d1 /src/arch/ppc/Config.lb | |
parent | 655bf44cde143433587a82424d67f4d92060bfb4 (diff) | |
download | coreboot-70572e64c1b96a386ee99f46545ef1b661531baf.tar.xz |
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@957 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/Config.lb')
-rw-r--r-- | src/arch/ppc/Config.lb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb new file mode 100644 index 0000000000..27d0f0aa4b --- /dev/null +++ b/src/arch/ppc/Config.lb @@ -0,0 +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)" +end + +dir lib +dir boot |