aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7f705c..3b2b2f3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
CFLAGS = -Os -g -mcpu=cortex-a9
ASFLAGS = $(CFLAGS) -Wa,-mcpu=cortex-a9+mp
LDSCRIPT = bootrom.ld
-LDFLAGS = -nostdlib -T $(LDSCRIPT)
+LDFLAGS = -Wl,--build-id=none -static -nostdlib -T $(LDSCRIPT)
OBJS := start.o image.o