diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-24 19:48:41 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-24 19:48:41 +0000 |
commit | 8d05ea8a33c9d450d2a3079e967c69ea38ec28ba (patch) | |
tree | 48bc5d5bf139a99758a9a55c286bb017a33c3bb7 /Makefile.target | |
parent | 2dc7b602df142a470cbf82b5d7ef1ea99f761785 (diff) |
Change ptimer API to use 64-bit values, add save and load methods
Use ptimers for Sparc32 Slavio
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2859 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index a48652e88..98fe7e12b 100644 --- a/Makefile.target +++ b/Makefile.target @@ -449,7 +449,7 @@ VL_OBJS+= cirrus_vga.o parallel.o else VL_OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o sparc32_dma.o -VL_OBJS+= cs4231.o +VL_OBJS+= cs4231.o ptimer.o endif endif ifeq ($(TARGET_BASE_ARCH), arm) |