mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +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 );
|
REQUIRE_OBJECT ( pc_kbd );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Drag in relocate.o if required
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef NORELOCATE
|
||||||
|
REQUIRE_OBJECT ( relocate );
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user