aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0771908..324a934 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ CC := gcc
AR := ar
CPP := cpp
OBJCOPY ?= objcopy
+
+# This makes sure .bss is loaded into the binary
OBJCOPY_FLAGS ?= -Obinary --set-section-flags .bss=alloc,load,contents
COMMON_SOURCES != echo common/*.c