diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 06:20:53 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 06:20:53 +0000 |
commit | f7736b91c40a617e93505e32dcbd2cb56aad8a23 (patch) | |
tree | 1bbcb2573485c040a5ceb4e4d3dfed820cf02981 /Makefile.objs | |
parent | b305b9d7d6990e492966ffb1fdf619482adeb7e2 (diff) | |
download | qemu-f7736b91c40a617e93505e32dcbd2cb56aad8a23.tar.gz qemu-f7736b91c40a617e93505e32dcbd2cb56aad8a23.tar.bz2 qemu-f7736b91c40a617e93505e32dcbd2cb56aad8a23.zip |
Compile ide/core only once
Make win2k install hack unconditional as it is still restricted to
x86 only in vl.c.
Replace TARGET_PAGE_SIZE and 4096 with PAGE_SIZE.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 8891931df7..d5f1a761ac 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -162,6 +162,7 @@ hw-obj-$(CONFIG_LAN9118) += lan9118.o hw-obj-$(CONFIG_NE2000_ISA) += ne2000-isa.o # IDE +hw-obj-$(CONFIG_IDE_CORE) += ide/core.o hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o hw-obj-$(CONFIG_IDE_PCI) += ide/pci.o hw-obj-$(CONFIG_IDE_ISA) += ide/isa.o |