aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-25 10:22:13 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 13:27:03 +0200
commitc4b724bd7ca65b8945ef683f33c0aa06152a381f (patch)
tree8c121bab259b888665bff6b313232610febba314 /Makefile
parentea5e0fffab02eb12ab08dcc3563824f2dd28beac (diff)
downloadqboot-c4b724bd7ca65b8945ef683f33c0aa06152a381f.zip
qboot-c4b724bd7ca65b8945ef683f33c0aa06152a381f.tar.gz
qboot-c4b724bd7ca65b8945ef683f33c0aa06152a381f.tar.bz2
load ACPI tables from fw_cfg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 008dc6c..86050a6 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 cbfs.o
+obj-y += linuxboot.o malloc.o pflash.o cbfs.o tables.o
all-y = bios.bin
all: $(all-y)