From 651940467773d2e679f9210e02f4654fb05cd449 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 17 Oct 2013 13:52:42 +0800 Subject: ui/ncurses: Add sysinfo screen Add a simple screen for displaying the struct system_info. We add this to the main menu as a selectable option, and separate it from the boot option list with an unselectable blank entry. Signed-off-by: Jeremy Kerr --- ui/ncurses/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/ncurses/Makefile.am') diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 64b6eb1..ac4ca46 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -36,7 +36,9 @@ libpbnc_la_SOURCES = \ nc-menu.c \ nc-menu.h \ nc-scr.c \ - nc-scr.h + nc-scr.h \ + nc-sysinfo.c \ + nc-sysinfo.h sbin_PROGRAMS = petitboot-nc -- cgit v1.2.1