diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-09-19 20:24:40 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-09-19 20:24:40 +0300 |
| commit | 64405594929502951624942e2a9ca53077aba2ae (patch) | |
| tree | 40da6586d2a54b345fd465842639560f6f7082c3 /Makefile | |
| parent | 4dffc92abf8f6a6e9b503c9809caaa99795d7a00 (diff) | |
| download | kmi-64405594929502951624942e2a9ca53077aba2ae.tar.gz kmi-64405594929502951624942e2a9ca53077aba2ae.zip | |
Pmap population
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
