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-09-14 14:45:06 +0200
commit5b84077aa5d7f7237552205f8414cf315eb2695e (patch)
tree91a66e7e94302ced4bb855cb85cd01663643cc04 /Makefrag.am
parentd94109e93d680794fbfbf4cf04b7ab025ccd0bc1 (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 \