X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fcbfstool%2FMakefile;h=39af38b2805266eaf97d649b66e03dcb87f9c3ec;hb=feaaedc1cf99c12b8d1ab4bb233a311044d7f8b0;hp=919021d667de75634cd7be10dcb84bd99e9c9313;hpb=2cecce5740a23327a1095c6cba6e295e4b4d2963;p=coreboot.git diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 919021d66..39af38b28 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