From d9e83e9242ae08c0ba45aed54980ec6d06cbd82f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 21 May 2015 11:40:05 +0200 Subject: initial support for cbfs pflash isn't ideal because there's only 8MB room, but it's a start and it's fast. Signed-off-by: Paolo Bonzini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bcefa27..008dc6c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ obj-y = code16.o entry.o main.o string.o printf.o cstart.o fw_cfg.o -obj-y += linuxboot.o malloc.o pflash.o +obj-y += linuxboot.o malloc.o pflash.o cbfs.o all-y = bios.bin all: $(all-y) -- cgit v1.1