summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-11-11 13:48:59 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-11-11 13:48:59 +0000
commit5391d8066941d9ed0dc32c3e8e02cfcde6a0c53b (patch)
treec261b29bba69360cb0f350172af6ee5662a59ecb /Makefile.target
parent36b486bb74ca651d07968372cebd6e742114e144 (diff)
downloadqemu-5391d8066941d9ed0dc32c3e8e02cfcde6a0c53b.tar.gz
moved IDE driver to ide.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@445 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 5bd8a8c3b6..e4e4cea2dd 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -176,7 +176,7 @@ ifeq ($(ARCH),alpha)
endif
# must use static linking to avoid leaving stuff in virtual address space
-VL_OBJS=vl.o block.o vga.o
+VL_OBJS=vl.o block.o ide.o vga.o
ifdef CONFIG_SDL
VL_OBJS+=sdl.o
SDL_LIBS+=-L/usr/X11R6/lib -lX11 -lXext -lXv -ldl -lm