diff options
author | Richard Braun <rbraun@sceen.net> | 2017-05-31 19:23:51 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-05-31 19:23:51 +0200 |
commit | 2f4a4c7b6f4e4836c7528f1d0ae2b35d06dd1a23 (patch) | |
tree | 1897d3b30822aeeb6ee238f65a1f34cc356a76dd /Makefrag.am | |
parent | 436fe6cb9711401fcc1f1d8fc29025f1aec5b774 (diff) |
Move limits.h to the include directory
This turns limits.h into a standard header.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am index 0fabdc2d..a9f588e6 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -5,6 +5,7 @@ EXTRA_DIST += tools/qemu.sh x15_SOURCES += \ include/assert.h \ + include/limits.h \ include/stdio.h \ include/string.h @@ -36,7 +37,6 @@ x15_SOURCES += \ kern/kmem.c \ kern/kmem.h \ kern/kmem_i.h \ - kern/limits.h \ kern/list.h \ kern/list_types.h \ kern/llsync.c \ |