From feaaedc1cf99c12b8d1ab4bb233a311044d7f8b0 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 20 Apr 2009 21:38:11 +0000 Subject: This patch adds cbfstool extract [FILE] [NAME] It also factors out the csize calculation in rom_add, and fixes rom_delete so that it can handle deleting the last entry. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4144 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/cbfstool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool/Makefile') diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 919021d667..39af38b280 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -4,7 +4,7 @@ obj ?= $(shell pwd) -COMMANDS=create.o bootblock.o delete.o add.o print.o resize.o +COMMANDS=create.o bootblock.o delete.o extract.o add.o print.o resize.o OBJ=$(COMMANDS) cbfstool.o util.o fs.o INC=cbfstool.h cbfs.h -- cgit v1.2.3