From 64405594929502951624942e2a9ca53077aba2ae Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 19 Sep 2021 20:24:40 +0300 Subject: Pmap population --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3