From: Marcelo T. <mto...@re...> - 2008-04-17 20:32:54
|
Only used by qemu/hw/sun4m.c. Index: kvm-userspace.io/qemu/Makefile.target =================================================================== --- kvm-userspace.io.orig/qemu/Makefile.target +++ kvm-userspace.io/qemu/Makefile.target @@ -563,7 +563,7 @@ DEPLIBS += libfdt.a endif # SCSI layer -OBJS+= lsi53c895a.o esp.o +OBJS+= lsi53c895a.o # USB layer OBJS+= usb-ohci.o @@ -642,6 +642,7 @@ OBJS+= ptimer.o OBJS+= pflash_cfi01.o endif ifeq ($(TARGET_BASE_ARCH), sparc) +OBJS+= esp.o ifeq ($(TARGET_ARCH), sparc64) OBJS+= sun4u.o ide.o pckbd.o ps2.o vga.o apb_pci.o OBJS+= fdc.o mc146818rtc.o serial.o m48t59.o -- |