From a84835a7eadadb715a61d993da6766bdf1b37c5e Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 7 Jan 2010 03:24:05 +0000 Subject: Move the CLI related functions main() and cli_usage() to cli_classic.c And rename them accordingly. For now, main() just calls cli_classic(), but alternative frontends can be switched in main(). Annotate remaining help texts with CLI dependency inside flashrom.c with a FIXME comment. Now people can go and create different frontends and be happy. Please note that any other frontend will have to sort of duplicate the probing code in cli_classic.c. Refactoring that part of the code is possible, but not easy because we still want to print instructive help messages for users. Corresponding to flashrom svn r833. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Sean Nelson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7adcb80..a0bf1ec 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ CHIP_OBJS = jedec.o stm50flw0x0x.o w39v080fa.o sharplhf00l04.o w29ee011.o \ LIB_OBJS = layout.o -CLI_OBJS = flashrom.o print.o +CLI_OBJS = flashrom.o cli_classic.o print.o PROGRAMMER_OBJS = udelay.o programmer.o -- cgit v1.1