aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2021-02-27 18:52:11 +0000
committerMichael Brown <mcb30@ipxe.org>2021-02-27 19:25:02 +0000
commit040cdd0c658a49694b17a1c0b5439d0bd7805242 (patch)
treeffbc77fab80b81a804d28fd7a36fe114c06746f0 /src/Makefile
parent16d95227a4b92bba068b43070545b96ce0a90e14 (diff)
downloadipxe-040cdd0c658a49694b17a1c0b5439d0bd7805242.tar.gz
[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>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 60be873fb..69139dc11 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,6 +10,7 @@ LDFLAGS :=
HOST_CFLAGS :=
MAKEDEPS := Makefile
CROSS_COMPILE ?= $(CROSS)
+SYMBOL_PREFIX :=
###############################################################################
#