david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

relocate.o is now dragged in by the objects that require it; there is no

need for a CONFIG_RELOCATE.
This commit is contained in:
Michael Brown 2006-05-25 01:34:13 +00:00
parent 3204a1e941
commit 0479e9f541
2 changed files with 0 additions and 10 deletions

View File

@ -118,7 +118,6 @@
*
*/
#define RELOCATE /* Relocate to high memory */
#undef BUILD_SERIAL /* Include an automatic build serial
* number. Add "bs" to the list of
* make targets. For example:

View File

@ -136,15 +136,6 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
/*
* Drag in relocate.o if required
*
*/
#ifdef RELOCATE
REQUIRE_OBJECT ( relocate );
#endif
/*
* Drag in all requested protocols
*