summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:38 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commitdb0ea9230e5d0c7ffe1febc6096395cb306eca7d (patch)
treedc61123e8424cf4ac8e0a101e0399fbf5b2a31a6 /lib/Makefile.am
parent3696c3db457c4f5456fd357700085caa1056a0f0 (diff)
downloadtalos-petitboot-db0ea9230e5d0c7ffe1febc6096395cb306eca7d.tar.gz
talos-petitboot-db0ea9230e5d0c7ffe1febc6096395cb306eca7d.zip
lib/param_list: Add new parameter list routines
Based on the powerpc param routines adds new generic routines to manage a name + value parameter list. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 59d37ab..016a14d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -67,7 +67,9 @@ lib_libpbcore_la_SOURCES = \
lib/flash/flash.h \
lib/security/security.h \
lib/efi/efivar.h \
- lib/efi/efivar.c
+ lib/efi/efivar.c \
+ lib/param_list/param_list.c \
+ lib/param_list/param_list.h
if ENABLE_MTD
lib_libpbcore_la_SOURCES += \
OpenPOWER on IntegriCloud