diff options
author | Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> | 2014-12-15 14:57:35 +1100 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> | 2015-05-05 15:02:43 +1000 |
commit | 366ff957d2900eae6d26ad2f002b735302e7eb41 (patch) | |
tree | d47ece2860a00a0d462c1a9fc667edc2949a01f0 /lib/Makefile.am | |
parent | 11996807cd4e79e35742aa4c4e19c6500141dfcc (diff) | |
download | petitboot-366ff957d2900eae6d26ad2f002b735302e7eb41.zip petitboot-366ff957d2900eae6d26ad2f002b735302e7eb41.tar.gz |
lib: Define autoboot_options, device_type helpers
Add the new autoboot_option struct, and helper functions for working
with device_type enums. device_type_name() returns exact strings as used
by platform code to read/write nvram params, so
device_type_display_name() is added for use in user-visible strings.
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fbf2ee2..b39cc9b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,6 +38,7 @@ lib_libpbcore_la_SOURCES = \ lib/pb-config/pb-config.h \ lib/process/process.c \ lib/process/process.h \ + lib/types/types.c \ lib/types/types.h \ lib/talloc/talloc.c \ lib/talloc/talloc.h \ |