mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[linux] Add a prefix to all symbols to avoid future name collisions
Allow for the possibility of linking to platform libraries for the Linux userspace build by adding an iPXE-specific symbol prefix. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -3,6 +3,8 @@ MEDIA = linux
|
||||
# enable valgrind
|
||||
CFLAGS += -UNVALGRIND
|
||||
|
||||
SYMBOL_PREFIX = _ipxe__
|
||||
|
||||
INCDIRS += arch/x86/include/linux
|
||||
SRCDIRS += interface/linux
|
||||
SRCDIRS += drivers/linux
|
||||
|
||||
Reference in New Issue
Block a user