mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Don't build relocate() under KEEP_IT_REAL
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "etherboot.h"
|
||||
#include "relocate.h"
|
||||
|
||||
#ifndef KEEP_IT_REAL
|
||||
|
||||
/* by Eric Biederman */
|
||||
|
||||
/* On some platforms etherboot is compiled as a shared library, and we use
|
||||
@@ -191,3 +193,5 @@ void relocate ( void ) {
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* ! KEEP_IT_REAL */
|
||||
|
||||
Reference in New Issue
Block a user