summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-29 17:24:42 +1000
committerJeremy Kerr <jk@ozlabs.org>2013-06-24 13:07:22 +0800
commit32fe8024f5af5cd8de23c638ddad8ada67a46cd5 (patch)
treecd64dcd7c093f7d10fe9325e5b1c5479aadfe01a /lib/Makefile.am
parent0f9597ab801ad4591e943bd7efcb8f1549997fdd (diff)
downloadtalos-petitboot-32fe8024f5af5cd8de23c638ddad8ada67a46cd5.tar.gz
talos-petitboot-32fe8024f5af5cd8de23c638ddad8ada67a46cd5.zip
lib: Add pb-config module
Add a library for (name, value) configuration. Different storage backends are allowed (although currently hardcoded to powerpc nvram), and config is read-only at present. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cce05fe..fb25147 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -28,6 +28,12 @@ libpbcore_la_SOURCES = \
waiter/waiter.h \
pb-protocol/pb-protocol.c \
pb-protocol/pb-protocol.h \
+ pb-config/pb-config.c \
+ pb-config/pb-config.h \
+ pb-config/storage.h \
+ pb-config/storage-powerpc-nvram.c \
+ pb-config/storage-null.c \
+ pb-config/storage-test.c \
types/types.h \
talloc/talloc.c \
talloc/talloc.h \
OpenPOWER on IntegriCloud