mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Don't build relocate() under KEEP_IT_REAL
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
#ifndef RELOCATE_H
|
||||
#define RELOCATE_H
|
||||
|
||||
#ifdef KEEP_IT_REAL
|
||||
|
||||
/* relocate() is conceptually impossible with KEEP_IT_REAL */
|
||||
#define relocate()
|
||||
|
||||
#else
|
||||
|
||||
extern void relocate ( void );
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* RELOCATE_H */
|
||||
|
||||
Reference in New Issue
Block a user