Use ld to build final rom; remove custom build utilities.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jul 2008 00:41:53 +0000 (20:41 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jul 2008 00:41:53 +0000 (20:41 -0400)
commit2fda7cbb234a2966599d1de135f55aece69220c6
tree6b397d4e076238db74a4a942d2cef8dea72fa0be
parentf85fde0cb7ae5706a90c89b199c4554607dd3201
Use ld to build final rom; remove custom build utilities.

It's possible to build the final rom with a little LD magic - so use
    that instead of the buildrom.py / defsyms.py method.
Also, rename all occurances of ".globl" to the more clear ".global".
Makefile
src/memmap.c
src/post.c
src/rombios16.lds.S
src/rombios32.lds.S
src/romlayout.S
src/smpdetect.c
src/util.h
tools/buildrom.py [deleted file]
tools/checkrom.py [new file with mode: 0755]
tools/defsyms.py [deleted file]