summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-04-19 20:09:42 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-08-28 15:48:04 +0200
commitfcb758c9e7237710fb63ac7c6bc16f5461b138ae (patch)
tree2d324d0c5b52f289d8249bc638f260bc9a6baf99 /Makefrag.am
parent3d7a59680e7d500de23403ade0f5d07adaa9f229 (diff)
kern/slab: move internal data to slab_i.h
As it's done for other modules, this separation makes the public interface easy to identify.
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 35a4884..8e3a0cc 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -189,6 +189,7 @@ libkernel_a_SOURCES += \
kern/refcount.h \
kern/slab.c \
kern/slab.h \
+ kern/slab_i.h \
kern/sched.h \
kern/sched_prim.c \
kern/sched_prim.h \