aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-25 11:14:01 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 13:27:04 +0200
commitbac3766d3d0912bb8dc40ee8f6d0cc54e37c4db6 (patch)
treeecccb69761e0424a1761c43b17d6cb4714e50fa9 /Makefile
parentc2aa6a6a11c062dbf11dcbc757d10751bab393a5 (diff)
downloadqboot-bac3766d3d0912bb8dc40ee8f6d0cc54e37c4db6.zip
qboot-bac3766d3d0912bb8dc40ee8f6d0cc54e37c4db6.tar.gz
qboot-bac3766d3d0912bb8dc40ee8f6d0cc54e37c4db6.tar.bz2
setup PCI devices
setup interrupt line, PCI bridges, and IDE devices Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 968c4c3..64da22a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
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 tables.o hwsetup.o
+obj-y += pci.o
all-y = bios.bin
all: $(all-y)