aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-09-19 20:24:40 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-09-19 20:24:40 +0300
commit64405594929502951624942e2a9ca53077aba2ae (patch)
tree40da6586d2a54b345fd465842639560f6f7082c3 /Makefile
parent4dffc92abf8f6a6e9b503c9809caaa99795d7a00 (diff)
downloadkmi-64405594929502951624942e2a9ca53077aba2ae.tar.gz
kmi-64405594929502951624942e2a9ca53077aba2ae.zip
Pmap population
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