mirror of https://github.com/ipxe/ipxe.git
Drag in relocate unless NORELOCATE is defined, since it's now called
only via the initialisation function table.pull/1/head
parent
f06e8c9707
commit
1937b39079
|
@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
|
|||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in relocate.o if required
|
||||
*/
|
||||
|
||||
#ifndef NORELOCATE
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue