mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Drag in relocate unless NORELOCATE is defined, since it's now called
only via the initialisation function table.
This commit is contained in:
@@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
|
||||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in relocate.o if required
|
||||
*/
|
||||
|
||||
#ifndef NORELOCATE
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user