diff options
| author | bunnei <bunneidev@gmail.com> | 2021-04-10 00:02:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-10 00:02:52 -0700 |
| commit | b04877dd952d7da11647f16626952d7325e4e900 (patch) | |
| tree | d097ebea3b24a2c815015c17e6c5fd89c69ce045 /src/common/CMakeLists.txt | |
| parent | 31c80b8c6faa7681e7b16a4052403281c7f2b9cd (diff) | |
| parent | 10d6e9f32bcc102d2fb12ba3e489c9a03d7f220f (diff) | |
Merge pull request #6099 from bunnei/derive-mem
Kernel Rework: Derive memory regions from board layout.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 66931ac97..9f8dafa3b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -110,6 +110,7 @@ add_library(common STATIC cityhash.h common_funcs.h common_paths.h + common_sizes.h common_types.h concepts.h div_ceil.h |
