aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-21 11:40:05 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-21 11:44:57 +0200
commitd9e83e9242ae08c0ba45aed54980ec6d06cbd82f (patch)
tree04bb1271c079a82f3a97121992277f603b5f4e9c /Makefile
parenteb75927c0de3a6411a625de3d23f25477e54c2d7 (diff)
downloadqboot-d9e83e9242ae08c0ba45aed54980ec6d06cbd82f.zip
qboot-d9e83e9242ae08c0ba45aed54980ec6d06cbd82f.tar.gz
qboot-d9e83e9242ae08c0ba45aed54980ec6d06cbd82f.tar.bz2
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 <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)