[Etherboot-developers] Conditionalizing RELOCADDR in Makefile
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Marty C. <md...@th...> - 2000-11-28 01:40:40
|
Can we bracket RELOCADDR in Makefile as follows:
#ifndef RELOCADDR
RELOCADDR=0x98000
#endif
This will allow it to be set in Config. For most people this change
should be transparent, it does allow me to add an option easily to
rom-o-matic for those people who need to relocate the ROM. I know I also
have to define AS86 for this to work.
Thanks,
Marty
---
Try: http://rom-o-matic.net/ to make Etherboot images instantly.
Name: Martin D. Connor
US Mail: Entity Cyber, Inc.; P.O. Box 391827; Cambridge, MA 02139; USA
Voice: (617) 491-6935, Fax: (617) 491-7046
Email: md...@th...
Web: http://www.thinguin.org/
|