david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Drag in relocate unless NORELOCATE is defined, since it's now called

only via the initialisation function table.
This commit is contained in:
Michael Brown 2005-04-10 18:19:05 +00:00
parent f06e8c9707
commit 1937b39079
1 changed files with 7 additions and 0 deletions

View File

@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
REQUIRE_OBJECT ( pc_kbd );
#endif
/*
* Drag in relocate.o if required
*/
#ifndef NORELOCATE
REQUIRE_OBJECT ( relocate );
#endif